#813114

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

Shades of Burnt Umber #813114

Tints of Burnt Umber #813114

Color information

#813114 (or 0x813114) is unknown color: approx Burnt Umber. HEX triplet: 81, 31 and 14. RGB value is (129,49,20). Sum of RGB (Red+Green+Blue) = 129+49+20=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #813114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813114 is #7ECEEB. Grayscale: #454545. Windows color (decimal): -8310508 or 1323393. OLE color: 1323393.

HSL color Cylindrical-coordinate representation of color #813114: hue angle of 15.96º degrees, saturation: 0.73, 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 #813114 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1294920-
CMYK00.620.840.49
HSL15.96º73.15%29.22%-
HSV(B)15.96º84.5%50.59%-
XYZ10.286.911.45-
YUV69.61100170.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.15%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=65.15%
G=24.75%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129492000.620.840.4915.9673.1529.22
Hex81311403E543110491d
Octal2016124076124612011135
Binary10000001110001101000111110101010011000110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813114; }

 p { color: rgb(129,49,20); }

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

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

 a { background-color: rgb(129,49,20); }

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

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

 span { border-color: rgb(129,49,20); }

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