#912F27

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

Shades of Burnt Umber #912F27

Tints of Burnt Umber #912F27

Color information

#912F27 (or 0x912F27) is unknown color: approx Burnt Umber. HEX triplet: 91, 2F and 27. RGB value is (145,47,39). Sum of RGB (Red+Green+Blue) = 145+47+39=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #912F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F27 is #6ED0D8. Grayscale: #4B4B4B. Windows color (decimal): -7262425 or 2568081. OLE color: 2568081.

HSL color Cylindrical-coordinate representation of color #912F27: hue angle of 4.53º 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 #912F27 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB1454739-
CMYK00.680.730.43
HSL4.53º57.61%36.08%-
HSV(B)4.53º73.1%56.86%-
XYZ13.068.22.81-
YUV75.39107.47177.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=62.77%
G=20.35%
B=16.88%

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
Decimal145473900.680.730.434.5357.6136.08
Hex912F27044492B53a24
Octal221574701041115357244
Binary10010001101111100111010001001001001101011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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