#932E1C

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

Shades of Burnt Umber #932E1C

Tints of Burnt Umber #932E1C

Color information

#932E1C (or 0x932E1C) is unknown color: approx Burnt Umber. HEX triplet: 93, 2E and 1C. RGB value is (147,46,28). Sum of RGB (Red+Green+Blue) = 147+46+28=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #932E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E1C is #6CD1E3. Grayscale: #4A4A4A. Windows color (decimal): -7131620 or 1846931. OLE color: 1846931.

HSL color Cylindrical-coordinate representation of color #932E1C: hue angle of 9.08º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #932E1C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1474628-
CMYK00.690.810.42
HSL9.08º68%34.31%-
HSV(B)9.08º80.95%57.65%-
XYZ13.228.241.99-
YUV74.15101.96179.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.52%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=66.52%
G=20.81%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147462800.690.810.429.086834.31
Hex932E1C045512A94422
Octal22356340105121521110442
Binary100100111011101110001000101101000110101010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,46,28); }

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

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

 a { background-color: rgb(147,46,28); }

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

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

 span { border-color: rgb(147,46,28); }

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