#D18641

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

Shades of Peru #D18641

Tints of Peru #D18641

Color information

#D18641 (or 0xD18641) is unknown color: approx Peru. HEX triplet: D1, 86 and 41. RGB value is (209,134,65). Sum of RGB (Red+Green+Blue) = 209+134+65=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D18641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18641 is #2E79BE. Grayscale: #949494. Windows color (decimal): -3045823 or 4294353. OLE color: 4294353.

HSL color Cylindrical-coordinate representation of color #D18641: hue angle of 28.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18641 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20913465-
CMYK00.360.690.18
HSL28.75º61.02%53.73%-
HSV(B)28.75º68.9%81.96%-
XYZ35.7730.999.1-
YUV148.5680.85171.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 65 (25.78% from 255) = 15.93%
R=51.23%
G=32.84%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091346500.360.690.1828.7561.0253.73
HexD1864102445121d3d36
Octal32120610104410522357566
Binary11010001100001101000001010010010001011001011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18641; }

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

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

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

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

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

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

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

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