#91301E

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

Shades of Burnt Umber #91301E

Tints of Burnt Umber #91301E

Color information

#91301E (or 0x91301E) is unknown color: approx Burnt Umber. HEX triplet: 91, 30 and 1E. RGB value is (145,48,30). Sum of RGB (Red+Green+Blue) = 145+48+30=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #91301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91301E is #6ECFE1. Grayscale: #4B4B4B. Windows color (decimal): -7262178 or 1978513. OLE color: 1978513.

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

Color convert

RGB1454830-
CMYK00.670.790.43
HSL9.39º65.71%34.31%-
HSV(B)9.39º79.31%56.86%-
XYZ12.978.232.13-
YUV74.95102.64177.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.02%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=65.02%
G=21.52%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145483000.670.790.439.3965.7134.31
Hex91301E0434F2B94222
Octal22160360103117531110242
Binary100100011100001111001000011100111110101110011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91301E; }

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

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

<style>
 a { background-color: #91301E; }

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

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

<style>
 span { border-color: #91301E; }

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

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