#D18944

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

Shades of Peru #D18944

Tints of Peru #D18944

Color information

#D18944 (or 0xD18944) is unknown color: approx Peru. HEX triplet: D1, 89 and 44. RGB value is (209,137,68). Sum of RGB (Red+Green+Blue) = 209+137+68=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D18944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18944 is #2E76BB. Grayscale: #979797. Windows color (decimal): -3045052 or 4491729. OLE color: 4491729.

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

Color convert

RGB20913768-
CMYK00.340.670.18
HSL29.36º60.52%54.31%-
HSV(B)29.36º67.46%81.96%-
XYZ36.2831.869.71-
YUV150.6681.35169.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 68 (26.95% from 255) = 16.43%
R=50.48%
G=33.09%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091376800.340.670.1829.3660.5254.31
HexD1894402243121d3d36
Octal32121110404210322357566
Binary11010001100010011000100010001010000111001011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18944; }

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

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

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

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

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

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

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

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