#813A25

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

Shades of Burnt Umber #813A25

Tints of Burnt Umber #813A25

Color information

#813A25 (or 0x813A25) is unknown color: approx Burnt Umber. HEX triplet: 81, 3A and 25. RGB value is (129,58,37). Sum of RGB (Red+Green+Blue) = 129+58+37=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #813A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A25 is #7EC5DA. Grayscale: #4C4C4C. Windows color (decimal): -8308187 or 2439809. OLE color: 2439809.

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

Color convert

RGB1295837-
CMYK00.550.710.49
HSL13.7º55.42%32.55%-
HSV(B)13.7º71.32%50.59%-
XYZ10.97.832.69-
YUV76.83105.52165.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.59%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=57.59%
G=25.89%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129583700.550.710.4913.755.4232.55
Hex813A250374731e3721
Octal201724506710761166741
Binary10000001111010100101011011110001111100011110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813A25; }

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

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

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

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

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

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

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

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