#813412

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

Shades of Peru Tan #813412

Tints of Peru Tan #813412

Color information

#813412 (or 0x813412) is unknown color: approx Peru Tan. HEX triplet: 81, 34 and 12. RGB value is (129,52,18). Sum of RGB (Red+Green+Blue) = 129+52+18=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #813412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813412 is #7ECBED. Grayscale: #474747. Windows color (decimal): -8309742 or 1193089. OLE color: 1193089.

HSL color Cylindrical-coordinate representation of color #813412: hue angle of 18.38º 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 #813412 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1295218-
CMYK00.600.860.49
HSL18.38º75.51%28.82%-
HSV(B)18.38º86.05%50.59%-
XYZ10.397.171.41-
YUV71.1598.01169.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=64.82%
G=26.13%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129521800.600.860.4918.3875.5128.82
Hex81341203C5631124c1d
Octal2016422074126612211435
Binary10000001110100100100111100101011011000110010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813412; }

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

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

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

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

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

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

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

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