#912B0A

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

Shades of Burnt Umber #912B0A

Tints of Burnt Umber #912B0A

Color information

#912B0A (or 0x912B0A) is unknown color: approx Burnt Umber. HEX triplet: 91, 2B and 0A. RGB value is (145,43,10). Sum of RGB (Red+Green+Blue) = 145+43+10=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #912B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912B0A is #6ED4F5. Grayscale: #454545. Windows color (decimal): -7263478 or 666513. OLE color: 666513.

HSL color Cylindrical-coordinate representation of color #912B0A: hue angle of 14.67º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #912B0A is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1454310-
CMYK00.700.930.43
HSL14.67º87.1%30.39%-
HSV(B)14.67º93.1%56.86%-
XYZ12.67.771.12-
YUV69.7494.29181.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=73.23%
G=21.72%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145431000.700.930.4314.6787.130.39
Hex912BA0465D2Bf571e
Octal22153120106135531712736
Binary1001000110101110100100011010111011010111111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,43,10); }

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

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

 a { background-color: rgb(145,43,10); }

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

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

 span { border-color: rgb(145,43,10); }

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