#91331F

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

Shades of Burnt Umber #91331F

Tints of Burnt Umber #91331F

Color information

#91331F (or 0x91331F) is unknown color: approx Burnt Umber. HEX triplet: 91, 33 and 1F. RGB value is (145,51,31). Sum of RGB (Red+Green+Blue) = 145+51+31=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #91331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91331F is #6ECCE0. Grayscale: #4D4D4D. Windows color (decimal): -7261409 or 2044817. OLE color: 2044817.

HSL color Cylindrical-coordinate representation of color #91331F: hue angle of 10.53º 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 #91331F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1455131-
CMYK00.650.790.43
HSL10.53º64.77%34.51%-
HSV(B)10.53º78.62%56.86%-
XYZ13.118.492.24-
YUV76.83102.14176.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.88%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=63.88%
G=22.47%
B=13.66%

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
Decimal145513100.650.790.4310.5364.7734.51
Hex91331F0414F2Bb4123
Octal22163370101117531310143
Binary100100011100111111101000001100111110101110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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