#813326

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

Shades of Burnt Umber #813326

Tints of Burnt Umber #813326

Color information

#813326 (or 0x813326) is unknown color: approx Burnt Umber. HEX triplet: 81, 33 and 26. RGB value is (129,51,38). Sum of RGB (Red+Green+Blue) = 129+51+38=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #813326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813326 is #7ECCD9. Grayscale: #484848. Windows color (decimal): -8309978 or 2503553. OLE color: 2503553.

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

Color convert

RGB1295138-
CMYK00.600.710.49
HSL8.57º54.49%32.75%-
HSV(B)8.57º70.54%50.59%-
XYZ10.597.172.66-
YUV72.84108.34168.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.17%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=59.17%
G=23.39%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129513800.600.710.498.5754.4932.75
Hex81332603C473193621
Octal201634607410761116641
Binary10000001110011100110011110010001111100011001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813326; }

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

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

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

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

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

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

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

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