#912812

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

Shades of Burnt Umber #912812

Tints of Burnt Umber #912812

Color information

#912812 (or 0x912812) is unknown color: approx Burnt Umber. HEX triplet: 91, 28 and 12. RGB value is (145,40,18). Sum of RGB (Red+Green+Blue) = 145+40+18=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #912812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912812 is #6ED7ED. Grayscale: #454545. Windows color (decimal): -7264238 or 1190033. OLE color: 1190033.

HSL color Cylindrical-coordinate representation of color #912812: hue angle of 10.39º 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 #912812 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1454018-
CMYK00.720.880.43
HSL10.39º77.91%31.96%-
HSV(B)10.39º87.59%56.86%-
XYZ12.557.581.37-
YUV68.8999.29182.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=71.43%
G=19.70%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145401800.720.880.4310.3977.9131.96
Hex912812048582Ba4e20
Octal22150220110130531211640
Binary100100011010001001001001000101100010101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912812; }

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

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

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

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

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

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

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

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