#813125

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

Shades of Burnt Umber #813125

Tints of Burnt Umber #813125

Color information

#813125 (or 0x813125) is unknown color: approx Burnt Umber. HEX triplet: 81, 31 and 25. RGB value is (129,49,37). Sum of RGB (Red+Green+Blue) = 129+49+37=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #813125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813125 is #7ECEDA. Grayscale: #474747. Windows color (decimal): -8310491 or 2437505. OLE color: 2437505.

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

Color convert

RGB1294937-
CMYK00.620.710.49
HSL7.83º55.42%32.55%-
HSV(B)7.83º71.32%50.59%-
XYZ10.4972.55-
YUV71.55108.5168.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=60%
G=22.79%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129493700.620.710.497.8355.4232.55
Hex81312503E473183721
Octal201614507610761106741
Binary10000001110001100101011111010001111100011000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813125; }

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

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

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

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

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

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

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

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