#913615

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

Shades of Burnt Umber #913615

Tints of Burnt Umber #913615

Color information

#913615 (or 0x913615) is unknown color: approx Burnt Umber. HEX triplet: 91, 36 and 15. RGB value is (145,54,21). Sum of RGB (Red+Green+Blue) = 145+54+21=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #913615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913615 is #6EC9EA. Grayscale: #4D4D4D. Windows color (decimal): -7260651 or 1390225. OLE color: 1390225.

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

Color convert

RGB1455421-
CMYK00.630.860.43
HSL15.97º74.7%32.55%-
HSV(B)15.97º85.52%56.86%-
XYZ13.138.711.7-
YUV77.4596.15176.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.91%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=65.91%
G=24.55%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145542100.630.860.4315.9774.732.55
Hex91361503F562B104b21
Octal2216625077126532011341
Binary100100011101101010101111111010110101011100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913615; }

 p { color: rgb(145,54,21); }

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

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

 a { background-color: rgb(145,54,21); }

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

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

 span { border-color: rgb(145,54,21); }

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