#813C20

Color #813C20 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #813C20

Tints of Peru Tan #813C20

Color information

#813C20 (or 0x813C20) is unknown color: approx Peru Tan. HEX triplet: 81, 3C and 20. RGB value is (129,60,32). Sum of RGB (Red+Green+Blue) = 129+60+32=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #813C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C20 is #7EC3DF. Grayscale: #4D4D4D. Windows color (decimal): -8307680 or 2112641. OLE color: 2112641.

HSL color Cylindrical-coordinate representation of color #813C20: hue angle of 17.32º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813C20 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1296032-
CMYK00.530.750.49
HSL17.32º60.25%31.57%-
HSV(B)17.32º75.19%50.59%-
XYZ10.9382.34-
YUV77.44102.36164.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.37%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=58.37%
G=27.15%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129603200.530.750.4917.3260.2531.57
Hex813C200354B31113c20
Octal201744006511361217440
Binary100000011111001000000110101100101111000110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,32); }

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

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

 a { background-color: rgb(129,60,32); }

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

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

 span { border-color: rgb(129,60,32); }

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