#913018

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

Shades of Burnt Umber #913018

Tints of Burnt Umber #913018

Color information

#913018 (or 0x913018) is unknown color: approx Burnt Umber. HEX triplet: 91, 30 and 18. RGB value is (145,48,24). Sum of RGB (Red+Green+Blue) = 145+48+24=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #913018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913018 is #6ECFE7. Grayscale: #4A4A4A. Windows color (decimal): -7262184 or 1585297. OLE color: 1585297.

HSL color Cylindrical-coordinate representation of color #913018: hue angle of 11.9º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #913018 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1454824-
CMYK00.670.830.43
HSL11.9º71.6%33.14%-
HSV(B)11.9º83.45%56.86%-
XYZ12.98.21.77-
YUV74.2799.64178.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 66.82%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=66.82%
G=22.12%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145482400.670.830.4311.971.633.14
Hex913018043532Bc4821
Octal22160300103123531411041
Binary100100011100001100001000011101001110101111001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913018; }

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

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

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

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

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

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

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

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