#912E1F

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

Shades of Burnt Umber #912E1F

Tints of Burnt Umber #912E1F

Color information

#912E1F (or 0x912E1F) is unknown color: approx Burnt Umber. HEX triplet: 91, 2E and 1F. RGB value is (145,46,31). Sum of RGB (Red+Green+Blue) = 145+46+31=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #912E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E1F is #6ED1E0. Grayscale: #4A4A4A. Windows color (decimal): -7262689 or 2043537. OLE color: 2043537.

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

Color convert

RGB1454631-
CMYK00.680.790.43
HSL7.89º64.77%34.51%-
HSV(B)7.89º78.62%56.86%-
XYZ12.98.072.17-
YUV73.89103.8178.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.32%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=65.32%
G=20.72%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145463100.680.790.437.8964.7734.51
Hex912E1F0444F2B84123
Octal22156370104117531010143
Binary100100011011101111101000100100111110101110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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