#932C21

Color #932C21 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #932C21

Tints of Burnt Umber #932C21

Color information

#932C21 (or 0x932C21) is unknown color: approx Burnt Umber. HEX triplet: 93, 2C and 21. RGB value is (147,44,33). Sum of RGB (Red+Green+Blue) = 147+44+33=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #932C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C21 is #6CD3DE. Grayscale: #494949. Windows color (decimal): -7132127 or 2174099. OLE color: 2174099.

HSL color Cylindrical-coordinate representation of color #932C21: hue angle of 5.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932C21 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1474433-
CMYK00.700.780.42
HSL5.79º63.33%35.29%-
HSV(B)5.79º77.55%57.65%-
XYZ13.218.112.31-
YUV73.54105.12180.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 65.62%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=65.62%
G=19.64%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147443300.700.780.425.7963.3335.29
Hex932C210464E2A63f23
Octal223544101061165267743
Binary10010011101100100001010001101001110101010110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932C21; }

 p { color: rgb(147,44,33); }

 H1.HeaderClassName
 {
   color: #932C21;
 }
 .AnyTagClassName
 {
   color: #932C21;
 }
</style>
background-color css

<style>
 a { background-color: #932C21; }

 a { background-color: rgb(147,44,33); }

 div.DivClassName
 {
   background-color: #932C21;
 }
 .BgClassName
 {
   background-color: #932C21;
 }
</style>
border-color css

<style>
 span { border-color: #932C21; }

 span { border-color: rgb(147,44,33); }

 td.TdClassName
 {
   border-color: #932C21;
 }
 .TagClassName
 {
   border-color: #932C21;
 }
</style>