#D18841

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

Shades of Peru #D18841

Tints of Peru #D18841

Color information

#D18841 (or 0xD18841) is unknown color: approx Peru. HEX triplet: D1, 88 and 41. RGB value is (209,136,65). Sum of RGB (Red+Green+Blue) = 209+136+65=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D18841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18841 is #2E77BE. Grayscale: #969696. Windows color (decimal): -3045311 or 4294865. OLE color: 4294865.

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

Color convert

RGB20913665-
CMYK00.350.690.18
HSL29.58º61.02%53.73%-
HSV(B)29.58º68.9%81.96%-
XYZ36.0531.559.19-
YUV149.7380.18170.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=50.98%
G=33.17%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091366500.350.690.1829.5861.0253.73
HexD1884102345121e3d36
Octal32121010104310522367566
Binary11010001100010001000001010001110001011001011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18841; }

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

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

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

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

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

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

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

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