#912C14

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

Shades of Burnt Umber #912C14

Tints of Burnt Umber #912C14

Color information

#912C14 (or 0x912C14) is unknown color: approx Burnt Umber. HEX triplet: 91, 2C and 14. RGB value is (145,44,20). Sum of RGB (Red+Green+Blue) = 145+44+20=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #912C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C14 is #6ED3EB. Grayscale: #474747. Windows color (decimal): -7263212 or 1322129. OLE color: 1322129.

HSL color Cylindrical-coordinate representation of color #912C14: hue angle of 11.52º 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 #912C14 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1454420-
CMYK00.700.860.43
HSL11.52º75.76%32.35%-
HSV(B)11.52º86.21%56.86%-
XYZ12.77.871.51-
YUV71.4698.96180.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.38%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=69.38%
G=21.05%
B=9.57%

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
Decimal145442000.700.860.4311.5275.7632.35
Hex912C14046562Bc4c20
Octal22154240106126531411440
Binary100100011011001010001000110101011010101111001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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