#813010

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

Shades of Burnt Umber #813010

Tints of Burnt Umber #813010

Color information

#813010 (or 0x813010) is unknown color: approx Burnt Umber. HEX triplet: 81, 30 and 10. RGB value is (129,48,16). Sum of RGB (Red+Green+Blue) = 129+48+16=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #813010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813010 is #7ECFEF. Grayscale: #444444. Windows color (decimal): -8310768 or 1060993. OLE color: 1060993.

HSL color Cylindrical-coordinate representation of color #813010: hue angle of 16.99º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #813010 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1294816-
CMYK00.630.880.49
HSL16.99º77.93%28.43%-
HSV(B)16.99º87.6%50.59%-
XYZ10.26.821.27-
YUV68.5798.34171.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.84%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=66.84%
G=24.87%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129481600.630.880.4916.9977.9328.43
Hex81301003F5831114e1c
Octal2016020077130612111634
Binary10000001110000100000111111101100011000110001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813010; }

 p { color: rgb(129,48,16); }

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

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

 a { background-color: rgb(129,48,16); }

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

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

 span { border-color: rgb(129,48,16); }

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