#D18639

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

Shades of Peru #D18639

Tints of Peru #D18639

Color information

#D18639 (or 0xD18639) is unknown color: approx Peru. HEX triplet: D1, 86 and 39. RGB value is (209,134,57). Sum of RGB (Red+Green+Blue) = 209+134+57=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D18639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18639 is #2E79C6. Grayscale: #949494. Windows color (decimal): -3045831 or 3770065. OLE color: 3770065.

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

Color convert

RGB20913457-
CMYK00.360.730.18
HSL30.39º62.3%52.16%-
HSV(B)30.39º72.73%81.96%-
XYZ35.5630.97.96-
YUV147.6576.85171.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 57 (22.66% from 255) = 14.25%
R=52.25%
G=33.5%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091345700.360.730.1830.3962.352.16
HexD1863902449121e3e34
Octal3212067104411122367664
Binary1101000110000110111001010010010010011001011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18639; }

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

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

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

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

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

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

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

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