#D18341

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

Shades of Peru #D18341

Tints of Peru #D18341

Color information

#D18341 (or 0xD18341) is unknown color: approx Peru. HEX triplet: D1, 83 and 41. RGB value is (209,131,65). Sum of RGB (Red+Green+Blue) = 209+131+65=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D18341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18341 is #2E7CBE. Grayscale: #939393. Windows color (decimal): -3046591 or 4293585. OLE color: 4293585.

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

Color convert

RGB20913165-
CMYK00.370.690.18
HSL27.5º61.02%53.73%-
HSV(B)27.5º68.9%81.96%-
XYZ35.3630.178.96-
YUV146.881.84172.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=51.60%
G=32.35%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091316500.370.690.1827.561.0253.73
HexD1834102545121c3d36
Octal32120310104510522347566
Binary11010001100000111000001010010110001011001011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18341; }

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

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

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

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

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

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

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

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