#D18849

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

Shades of Peru #D18849

Tints of Peru #D18849

Color information

#D18849 (or 0xD18849) is unknown color: approx Peru. HEX triplet: D1, 88 and 49. RGB value is (209,136,73). Sum of RGB (Red+Green+Blue) = 209+136+73=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D18849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18849 is #2E77B6. Grayscale: #969696. Windows color (decimal): -3045303 or 4819153. OLE color: 4819153.

HSL color Cylindrical-coordinate representation of color #D18849: hue angle of 27.79º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D18849 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20913673-
CMYK00.350.650.18
HSL27.79º59.65%55.29%-
HSV(B)27.79º65.07%81.96%-
XYZ36.331.6410.5-
YUV150.6484.18169.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=50%
G=32.54%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091367300.350.650.1827.7959.6555.29
HexD1884902341121c3c37
Octal32121011104310122347467
Binary11010001100010001001001010001110000011001011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18849; }

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

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

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

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

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

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

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

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