#91331e

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

Shades of Burnt Umber #91331E

Tints of Burnt Umber #91331E

Color information

#91331E (or 0x91331E) is unknown color: approx Burnt Umber. HEX triplet: 91, 33 and 1E. RGB value is (145,51,30). Sum of RGB (Red+Green+Blue) = 145+51+30=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #91331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91331E is #6ECCE1. Grayscale: #4C4C4C. Windows color (decimal): -7261410 or 1979281. OLE color: 1979281.

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

Color convert

RGB1455130-
CMYK00.650.790.43
HSL10.96º65.71%34.31%-
HSV(B)10.96º79.31%56.86%-
XYZ13.18.482.18-
YUV76.71101.64176.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.16%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 30 (12.11% from 255) = 13.27%
R=64.16%
G=22.57%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145513000.650.790.4310.9665.7134.31
Hex91331E0414F2Bb4222
Octal22163360101117531310242
Binary100100011100111111001000001100111110101110111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91331e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91331e; }

 p { color: rgb(145,51,30); }

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

<style>
 a { background-color: #91331e; }

 a { background-color: rgb(145,51,30); }

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

<style>
 span { border-color: #91331e; }

 span { border-color: rgb(145,51,30); }

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