#813315

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

Shades of Burnt Umber #813315

Tints of Burnt Umber #813315

Color information

#813315 (or 0x813315) is unknown color: approx Burnt Umber. HEX triplet: 81, 33 and 15. RGB value is (129,51,21). Sum of RGB (Red+Green+Blue) = 129+51+21=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813315 is #7ECCEA. Grayscale: #474747. Windows color (decimal): -8309995 or 1389441. OLE color: 1389441.

HSL color Cylindrical-coordinate representation of color #813315: hue angle of 16.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #813315 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1295121-
CMYK00.600.840.49
HSL16.67º72%29.41%-
HSV(B)16.67º83.72%50.59%-
XYZ10.377.091.53-
YUV70.999.84169.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=64.18%
G=25.37%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129512100.600.840.4916.677229.41
Hex81331503C543111481d
Octal2016325074124612111035
Binary10000001110011101010111100101010011000110001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813315; }

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

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

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

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

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

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

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

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