#813218

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

Shades of Burnt Umber #813218

Tints of Burnt Umber #813218

Color information

#813218 (or 0x813218) is unknown color: approx Burnt Umber. HEX triplet: 81, 32 and 18. RGB value is (129,50,24). Sum of RGB (Red+Green+Blue) = 129+50+24=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813218 is #7ECDE7. Grayscale: #464646. Windows color (decimal): -8310248 or 1585793. OLE color: 1585793.

HSL color Cylindrical-coordinate representation of color #813218: hue angle of 14.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #813218 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1295024-
CMYK00.610.810.49
HSL14.86º68.63%30%-
HSV(B)14.86º81.4%50.59%-
XYZ10.367.011.67-
YUV70.66101.67169.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=63.55%
G=24.63%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129502400.610.810.4914.8668.6330
Hex81321803D5131f451e
Octal2016230075121611710536
Binary1000000111001011000011110110100011100011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813218; }

 p { color: rgb(129,50,24); }

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

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

 a { background-color: rgb(129,50,24); }

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

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

 span { border-color: rgb(129,50,24); }

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