#813226

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

Shades of Burnt Umber #813226

Tints of Burnt Umber #813226

Color information

#813226 (or 0x813226) is unknown color: approx Burnt Umber. HEX triplet: 81, 32 and 26. RGB value is (129,50,38). Sum of RGB (Red+Green+Blue) = 129+50+38=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #813226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813226 is #7ECDD9. Grayscale: #484848. Windows color (decimal): -8310234 or 2503297. OLE color: 2503297.

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

Color convert

RGB1295038-
CMYK00.610.710.49
HSL7.91º54.49%32.75%-
HSV(B)7.91º70.54%50.59%-
XYZ10.547.092.65-
YUV72.25108.67168.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=59.45%
G=23.04%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129503800.610.710.497.9154.4932.75
Hex81322603D473183621
Octal201624607510761106641
Binary10000001110010100110011110110001111100011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813226; }

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

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

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

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

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

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

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

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