#D1853C

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

Shades of Peru #D1853C

Tints of Peru #D1853C

Color information

#D1853C (or 0xD1853C) is unknown color: approx Peru. HEX triplet: D1, 85 and 3C. RGB value is (209,133,60). Sum of RGB (Red+Green+Blue) = 209+133+60=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1853C is #2E7AC3. Grayscale: #939393. Windows color (decimal): -3046084 or 3966417. OLE color: 3966417.

HSL color Cylindrical-coordinate representation of color #D1853C: hue angle of 29.4º 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 #D1853C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20913360-
CMYK00.360.710.18
HSL29.4º61.83%52.75%-
HSV(B)29.4º71.29%81.96%-
XYZ35.530.668.32-
YUV147.478.68171.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=51.99%
G=33.08%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091336000.360.710.1829.461.8352.75
HexD1853C02447121d3e35
Octal3212057404410722357665
Binary1101000110000101111100010010010001111001011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1853C; }

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

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

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

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

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

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

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

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