#912F24

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

Shades of Burnt Umber #912F24

Tints of Burnt Umber #912F24

Color information

#912F24 (or 0x912F24) is unknown color: approx Burnt Umber. HEX triplet: 91, 2F and 24. RGB value is (145,47,36). Sum of RGB (Red+Green+Blue) = 145+47+36=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #912F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F24 is #6ED0DB. Grayscale: #4B4B4B. Windows color (decimal): -7262428 or 2371473. OLE color: 2371473.

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

Color convert

RGB1454736-
CMYK00.680.750.43
HSL6.06º60.22%35.49%-
HSV(B)6.06º75.17%56.86%-
XYZ13.018.182.56-
YUV75.05105.97177.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.60%
GREEN value IS 47 (18.75% from 255) = 20.61%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=63.60%
G=20.61%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145473600.680.750.436.0660.2235.49
Hex912F240444B2B63c23
Octal221574401041135367443
Binary10010001101111100100010001001001011101011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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