#D18339

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

Shades of Peru #D18339

Tints of Peru #D18339

Color information

#D18339 (or 0xD18339) is unknown color: approx Peru. HEX triplet: D1, 83 and 39. RGB value is (209,131,57). Sum of RGB (Red+Green+Blue) = 209+131+57=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18339 is #2E7CC6. Grayscale: #929292. Windows color (decimal): -3046599 or 3769297. OLE color: 3769297.

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

Color convert

RGB20913157-
CMYK00.370.730.18
HSL29.21º62.3%52.16%-
HSV(B)29.21º72.73%81.96%-
XYZ35.1530.087.82-
YUV145.8977.84173.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 57 (22.66% from 255) = 14.36%
R=52.64%
G=33.00%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091315700.370.730.1829.2162.352.16
HexD1833902549121d3e34
Octal3212037104511122357664
Binary1101000110000011111001010010110010011001011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18339; }

 p { color: rgb(209,131,57); }

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

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

 a { background-color: rgb(209,131,57); }

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

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

 span { border-color: rgb(209,131,57); }

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