#D18A48

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

Shades of Peru #D18A48

Tints of Peru #D18A48

Color information

#D18A48 (or 0xD18A48) is unknown color: approx Peru. HEX triplet: D1, 8A and 48. RGB value is (209,138,72). Sum of RGB (Red+Green+Blue) = 209+138+72=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A48 is #2E75B7. Grayscale: #989898. Windows color (decimal): -3044792 or 4754129. OLE color: 4754129.

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

Color convert

RGB20913872-
CMYK00.340.660.18
HSL28.91º59.83%55.1%-
HSV(B)28.91º65.55%81.96%-
XYZ36.5532.210.42-
YUV151.7183.02168.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=49.88%
G=32.94%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091387200.340.660.1828.9159.8355.1
HexD18A4802242121d3c37
Octal32121211004210222357467
Binary11010001100010101001000010001010000101001011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A48; }

 p { color: rgb(209,138,72); }

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

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

 a { background-color: rgb(209,138,72); }

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

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

 span { border-color: rgb(209,138,72); }

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