#913315

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

Shades of Burnt Umber #913315

Tints of Burnt Umber #913315

Color information

#913315 (or 0x913315) is unknown color: approx Burnt Umber. HEX triplet: 91, 33 and 15. RGB value is (145,51,21). Sum of RGB (Red+Green+Blue) = 145+51+21=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #913315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913315 is #6ECCEA. Grayscale: #4B4B4B. Windows color (decimal): -7261419 or 1389457. OLE color: 1389457.

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

Color convert

RGB1455121-
CMYK00.650.860.43
HSL14.52º74.7%32.55%-
HSV(B)14.52º85.52%56.86%-
XYZ138.441.65-
YUV75.6997.14177.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 66.82%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=66.82%
G=23.50%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145512100.650.860.4314.5274.732.55
Hex913315041562Bf4b21
Octal22163250101126531711341
Binary100100011100111010101000001101011010101111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913315; }

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

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

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

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

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

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

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

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