#913016

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

Shades of Burnt Umber #913016

Tints of Burnt Umber #913016

Color information

#913016 (or 0x913016) is unknown color: approx Burnt Umber. HEX triplet: 91, 30 and 16. RGB value is (145,48,22). Sum of RGB (Red+Green+Blue) = 145+48+22=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #913016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913016 is #6ECFE9. Grayscale: #4A4A4A. Windows color (decimal): -7262186 or 1454225. OLE color: 1454225.

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

Color convert

RGB1454822-
CMYK00.670.850.43
HSL12.68º73.65%32.75%-
HSV(B)12.68º84.83%56.86%-
XYZ12.888.191.66-
YUV74.0498.64178.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.44%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=67.44%
G=22.33%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145482200.670.850.4312.6873.6532.75
Hex913016043552Bd4a21
Octal22160260103125531511241
Binary100100011100001011001000011101010110101111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913016; }

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

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

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

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

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

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

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

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