#813A1D

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

Shades of Peru Tan #813A1D

Tints of Peru Tan #813A1D

Color information

#813A1D (or 0x813A1D) is unknown color: approx Peru Tan. HEX triplet: 81, 3A and 1D. RGB value is (129,58,29). Sum of RGB (Red+Green+Blue) = 129+58+29=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #813A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A1D is #7EC5E2. Grayscale: #4C4C4C. Windows color (decimal): -8308195 or 1915521. OLE color: 1915521.

HSL color Cylindrical-coordinate representation of color #813A1D: hue angle of 17.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #813A1D is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1295829-
CMYK00.550.780.49
HSL17.4º63.29%30.98%-
HSV(B)17.4º77.52%50.59%-
XYZ10.797.782.1-
YUV75.92101.52165.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=59.72%
G=26.85%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129582900.550.780.4917.463.2930.98
Hex813A1D0374E31113f1f
Octal201723506711661217737
Binary1000000111101011101011011110011101100011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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