#813214

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

Shades of Burnt Umber #813214

Tints of Burnt Umber #813214

Color information

#813214 (or 0x813214) is unknown color: approx Burnt Umber. HEX triplet: 81, 32 and 14. RGB value is (129,50,20). Sum of RGB (Red+Green+Blue) = 129+50+20=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #813214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813214 is #7ECDEB. Grayscale: #464646. Windows color (decimal): -8310252 or 1323649. OLE color: 1323649.

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

Color convert

RGB1295020-
CMYK00.610.840.49
HSL16.51º73.15%29.22%-
HSV(B)16.51º84.5%50.59%-
XYZ10.3271.47-
YUV70.299.67169.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=64.82%
G=25.13%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129502000.610.840.4916.5173.1529.22
Hex81321403D543111491d
Octal2016224075124612111135
Binary10000001110010101000111101101010011000110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813214; }

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

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

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

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

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

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

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

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