#D18F45

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

Shades of Peru #D18F45

Tints of Peru #D18F45

Color information

#D18F45 (or 0xD18F45) is unknown color: approx Peru. HEX triplet: D1, 8F and 45. RGB value is (209,143,69). Sum of RGB (Red+Green+Blue) = 209+143+69=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F45 is #2E70BA. Grayscale: #9A9A9A. Windows color (decimal): -3043515 or 4558801. OLE color: 4558801.

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

Color convert

RGB20914369-
CMYK00.320.670.18
HSL31.71º60.34%54.51%-
HSV(B)31.71º66.99%81.96%-
XYZ37.1933.6310.16-
YUV154.379.87167.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=49.64%
G=33.97%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091436900.320.670.1831.7160.3454.51
HexD18F450204312203c37
Octal32121710504010322407467
Binary110100011000111110001010100000100001110010100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F45; }

 p { color: rgb(209,143,69); }

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

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

 a { background-color: rgb(209,143,69); }

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

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

 span { border-color: rgb(209,143,69); }

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