#912F28

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

Shades of Burnt Umber #912F28

Tints of Burnt Umber #912F28

Color information

#912F28 (or 0x912F28) is unknown color: approx Burnt Umber. HEX triplet: 91, 2F and 28. RGB value is (145,47,40). Sum of RGB (Red+Green+Blue) = 145+47+40=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #912F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F28 is #6ED0D7. Grayscale: #4B4B4B. Windows color (decimal): -7262424 or 2633617. OLE color: 2633617.

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

Color convert

RGB1454740-
CMYK00.680.720.43
HSL56.76%36.27%-
HSV(B)72.41%56.86%-
XYZ13.088.212.9-
YUV75.5107.97177.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=62.5%
G=20.26%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145474000.680.720.43456.7636.27
Hex912F28044482B43924
Octal221575001041105347144
Binary10010001101111101000010001001001000101011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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