#912F21

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

Shades of Burnt Umber #912F21

Tints of Burnt Umber #912F21

Color information

#912F21 (or 0x912F21) is unknown color: approx Burnt Umber. HEX triplet: 91, 2F and 21. RGB value is (145,47,33). Sum of RGB (Red+Green+Blue) = 145+47+33=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #912F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F21 is #6ED0DE. Grayscale: #4A4A4A. Windows color (decimal): -7262431 or 2174865. OLE color: 2174865.

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

Color convert

RGB1454733-
CMYK00.680.770.43
HSL7.5º62.92%34.9%-
HSV(B)7.5º77.24%56.86%-
XYZ12.978.162.33-
YUV74.71104.47178.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.44%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=64.44%
G=20.89%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145473300.680.770.437.562.9234.9
Hex912F210444D2B83f23
Octal2215741010411553107743
Binary100100011011111000010100010010011011010111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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