#D18949

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

Shades of Peru #D18949

Tints of Peru #D18949

Color information

#D18949 (or 0xD18949) is unknown color: approx Peru. HEX triplet: D1, 89 and 49. RGB value is (209,137,73). Sum of RGB (Red+Green+Blue) = 209+137+73=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D18949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18949 is #2E76B6. Grayscale: #979797. Windows color (decimal): -3045047 or 4819409. OLE color: 4819409.

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

Color convert

RGB20913773-
CMYK00.340.650.18
HSL28.24º59.65%55.29%-
HSV(B)28.24º65.07%81.96%-
XYZ36.4431.9310.55-
YUV151.2383.85169.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=49.88%
G=32.70%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091377300.340.650.1828.2459.6555.29
HexD1894902241121c3c37
Octal32121111104210122347467
Binary11010001100010011001001010001010000011001011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18949; }

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

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

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

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

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

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

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

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