#D18A45

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

Shades of Peru #D18A45

Tints of Peru #D18A45

Color information

#D18A45 (or 0xD18A45) is unknown color: approx Peru. HEX triplet: D1, 8A and 45. RGB value is (209,138,69). Sum of RGB (Red+Green+Blue) = 209+138+69=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A45 is #2E75BA. Grayscale: #979797. Windows color (decimal): -3044795 or 4557521. OLE color: 4557521.

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

Color convert

RGB20913869-
CMYK00.340.670.18
HSL29.57º60.34%54.51%-
HSV(B)29.57º66.99%81.96%-
XYZ36.4632.169.92-
YUV151.3681.52169.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=50.24%
G=33.17%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091386900.340.670.1829.5760.3454.51
HexD18A4502243121e3c37
Octal32121210504210322367467
Binary11010001100010101000101010001010000111001011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A45; }

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

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

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

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

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

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

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

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