#813018

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

Shades of Burnt Umber #813018

Tints of Burnt Umber #813018

Color information

#813018 (or 0x813018) is unknown color: approx Burnt Umber. HEX triplet: 81, 30 and 18. RGB value is (129,48,24). Sum of RGB (Red+Green+Blue) = 129+48+24=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813018 is #7ECFE7. Grayscale: #454545. Windows color (decimal): -8310760 or 1585281. OLE color: 1585281.

HSL color Cylindrical-coordinate representation of color #813018: hue angle of 13.71º 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 #813018 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1294824-
CMYK00.630.810.49
HSL13.71º68.63%30%-
HSV(B)13.71º81.4%50.59%-
XYZ10.286.851.64-
YUV69.48102.34170.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=64.18%
G=23.88%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129482400.630.810.4913.7168.6330
Hex81301803F5131e451e
Octal2016030077121611610536
Binary1000000111000011000011111110100011100011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813018; }

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

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

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

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

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

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

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

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