#D18648

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

Shades of Peru #D18648

Tints of Peru #D18648

Color information

#D18648 (or 0xD18648) is unknown color: approx Peru. HEX triplet: D1, 86 and 48. RGB value is (209,134,72). Sum of RGB (Red+Green+Blue) = 209+134+72=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D18648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18648 is #2E79B7. Grayscale: #959595. Windows color (decimal): -3045816 or 4753105. OLE color: 4753105.

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

Color convert

RGB20913472-
CMYK00.360.660.18
HSL27.15º59.83%55.1%-
HSV(B)27.15º65.55%81.96%-
XYZ35.9931.0710.23-
YUV149.3684.35170.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 72 (28.52% from 255) = 17.35%
R=50.36%
G=32.29%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091347200.360.660.1827.1559.8355.1
HexD1864802442121b3c37
Octal32120611004410222337467
Binary11010001100001101001000010010010000101001011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18648; }

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

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

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

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

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

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

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

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