#912A12

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

Shades of Burnt Umber #912A12

Tints of Burnt Umber #912A12

Color information

#912A12 (or 0x912A12) is unknown color: approx Burnt Umber. HEX triplet: 91, 2A and 12. RGB value is (145,42,18). Sum of RGB (Red+Green+Blue) = 145+42+18=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #912A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912A12 is #6ED5ED. Grayscale: #464646. Windows color (decimal): -7263726 or 1190545. OLE color: 1190545.

HSL color Cylindrical-coordinate representation of color #912A12: hue angle of 11.34º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #912A12 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1454218-
CMYK00.710.880.43
HSL11.34º77.91%31.96%-
HSV(B)11.34º87.59%56.86%-
XYZ12.617.721.4-
YUV70.0698.62181.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=70.73%
G=20.49%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145421800.710.880.4311.3477.9131.96
Hex912A12047582Bb4e20
Octal22152220107130531311640
Binary100100011010101001001000111101100010101110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912A12; }

 p { color: rgb(145,42,18); }

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

<style>
 a { background-color: #912A12; }

 a { background-color: rgb(145,42,18); }

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

<style>
 span { border-color: #912A12; }

 span { border-color: rgb(145,42,18); }

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