#912B14

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

Shades of Burnt Umber #912B14

Tints of Burnt Umber #912B14

Color information

#912B14 (or 0x912B14) is unknown color: approx Burnt Umber. HEX triplet: 91, 2B and 14. RGB value is (145,43,20). Sum of RGB (Red+Green+Blue) = 145+43+20=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #912B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912B14 is #6ED4EB. Grayscale: #474747. Windows color (decimal): -7263468 or 1321873. OLE color: 1321873.

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

Color convert

RGB1454320-
CMYK00.700.860.43
HSL11.04º75.76%32.35%-
HSV(B)11.04º86.21%56.86%-
XYZ12.677.81.5-
YUV70.8899.29180.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=69.71%
G=20.67%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145432000.700.860.4311.0475.7632.35
Hex912B14046562Bb4c20
Octal22153240106126531311440
Binary100100011010111010001000110101011010101110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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