#912E27

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

Shades of Burnt Umber #912E27

Tints of Burnt Umber #912E27

Color information

#912E27 (or 0x912E27) is unknown color: approx Burnt Umber. HEX triplet: 91, 2E and 27. RGB value is (145,46,39). Sum of RGB (Red+Green+Blue) = 145+46+39=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #912E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E27 is #6ED1D8. Grayscale: #4A4A4A. Windows color (decimal): -7262681 or 2567825. OLE color: 2567825.

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

Color convert

RGB1454639-
CMYK00.680.730.43
HSL3.96º57.61%36.08%-
HSV(B)3.96º73.1%56.86%-
XYZ13.028.122.8-
YUV74.8107.8178.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=63.04%
G=20%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145463900.680.730.433.9657.6136.08
Hex912E27044492B43a24
Octal221564701041115347244
Binary10010001101110100111010001001001001101011100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,46,39); }

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

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

 a { background-color: rgb(145,46,39); }

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

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

 span { border-color: rgb(145,46,39); }

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