#912A1C

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

Shades of Burnt Umber #912A1C

Tints of Burnt Umber #912A1C

Color information

#912A1C (or 0x912A1C) is unknown color: approx Burnt Umber. HEX triplet: 91, 2A and 1C. RGB value is (145,42,28). Sum of RGB (Red+Green+Blue) = 145+42+28=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #912A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912A1C is #6ED5E3. Grayscale: #474747. Windows color (decimal): -7263716 or 1845905. OLE color: 1845905.

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

Color convert

RGB1454228-
CMYK00.710.810.43
HSL7.18º67.63%33.92%-
HSV(B)7.18º80.69%56.86%-
XYZ12.717.761.93-
YUV71.2103.62180.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.44%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=67.44%
G=19.53%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145422800.710.810.437.1867.6333.92
Hex912A1C047512B74422
Octal2215234010712153710442
Binary10010001101010111000100011110100011010111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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