#912E1D

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

Shades of Burnt Umber #912E1D

Tints of Burnt Umber #912E1D

Color information

#912E1D (or 0x912E1D) is unknown color: approx Burnt Umber. HEX triplet: 91, 2E and 1D. RGB value is (145,46,29). Sum of RGB (Red+Green+Blue) = 145+46+29=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #912E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E1D is #6ED1E2. Grayscale: #494949. Windows color (decimal): -7262691 or 1912465. OLE color: 1912465.

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

Color convert

RGB1454629-
CMYK00.680.80.43
HSL8.79º66.67%34.12%-
HSV(B)8.79º80%56.86%-
XYZ12.888.062.04-
YUV73.66102.8178.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.91%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=65.91%
G=20.91%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145462900.680.80.438.7966.6734.12
Hex912E1D044502B94322
Octal22156350104120531110342
Binary100100011011101110101000100101000010101110011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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