#D1893C

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

Shades of Peru #D1893C

Tints of Peru #D1893C

Color information

#D1893C (or 0xD1893C) is unknown color: approx Peru. HEX triplet: D1, 89 and 3C. RGB value is (209,137,60). Sum of RGB (Red+Green+Blue) = 209+137+60=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1893C is #2E76C3. Grayscale: #969696. Windows color (decimal): -3045060 or 3967441. OLE color: 3967441.

HSL color Cylindrical-coordinate representation of color #D1893C: hue angle of 31.01º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1893C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20913760-
CMYK00.340.710.18
HSL31.01º61.83%52.75%-
HSV(B)31.01º71.29%81.96%-
XYZ36.0631.778.51-
YUV149.7577.35170.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.48%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 60 (23.83% from 255) = 14.78%
R=51.48%
G=33.74%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091376000.340.710.1831.0161.8352.75
HexD1893C02247121f3e35
Octal3212117404210722377665
Binary1101000110001001111100010001010001111001011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1893C; }

 p { color: rgb(209,137,60); }

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

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

 a { background-color: rgb(209,137,60); }

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

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

 span { border-color: rgb(209,137,60); }

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