#813212

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

Shades of Peru Tan #813212

Tints of Peru Tan #813212

Color information

#813212 (or 0x813212) is unknown color: approx Peru Tan. HEX triplet: 81, 32 and 12. RGB value is (129,50,18). Sum of RGB (Red+Green+Blue) = 129+50+18=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #813212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813212 is #7ECDED. Grayscale: #464646. Windows color (decimal): -8310254 or 1192577. OLE color: 1192577.

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

Color convert

RGB1295018-
CMYK00.610.860.49
HSL17.3º75.51%28.82%-
HSV(B)17.3º86.05%50.59%-
XYZ10.36.991.38-
YUV69.9798.67170.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=65.48%
G=25.38%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129501800.610.860.4917.375.5128.82
Hex81321203D5631114c1d
Octal2016222075126612111435
Binary10000001110010100100111101101011011000110001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813212; }

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

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

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

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

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

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

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

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