#d18c47

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

Shades of Peru #D18C47

Tints of Peru #D18C47

Color information

#D18C47 (or 0xD18C47) is unknown color: approx Peru. HEX triplet: D1, 8C and 47. RGB value is (209,140,71). Sum of RGB (Red+Green+Blue) = 209+140+71=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C47 is #2E73B8. Grayscale: #999999. Windows color (decimal): -3044281 or 4689105. OLE color: 4689105.

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

Color convert

RGB20914071-
CMYK00.330.660.18
HSL30º60%54.9%-
HSV(B)30º66.03%81.96%-
XYZ36.8132.7710.35-
YUV152.7681.86168.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=49.76%
G=33.33%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091407100.330.660.18306054.9
HexD18C4702142121e3c37
Octal32121410704110222367467
Binary11010001100011001000111010000110000101001011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18c47; }

 p { color: rgb(209,140,71); }

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

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

 a { background-color: rgb(209,140,71); }

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

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

 span { border-color: rgb(209,140,71); }

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