#81391D

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

Shades of Peru Tan #81391D

Tints of Peru Tan #81391D

Color information

#81391D (or 0x81391D) is unknown color: approx Peru Tan. HEX triplet: 81, 39 and 1D. RGB value is (129,57,29). Sum of RGB (Red+Green+Blue) = 129+57+29=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81391D is #7EC6E2. Grayscale: #4B4B4B. Windows color (decimal): -8308451 or 1915265. OLE color: 1915265.

HSL color Cylindrical-coordinate representation of color #81391D: hue angle of 16.8º 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 #81391D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1295729-
CMYK00.560.780.49
HSL16.8º63.29%30.98%-
HSV(B)16.8º77.52%50.59%-
XYZ10.747.682.08-
YUV75.34101.85166.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=60%
G=26.51%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129572900.560.780.4916.863.2930.98
Hex81391D0384E31113f1f
Octal201713507011661217737
Binary1000000111100111101011100010011101100011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81391D; }

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

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

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

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

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

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

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

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