#D18741

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

Shades of Peru #D18741

Tints of Peru #D18741

Color information

#D18741 (or 0xD18741) is unknown color: approx Peru. HEX triplet: D1, 87 and 41. RGB value is (209,135,65). Sum of RGB (Red+Green+Blue) = 209+135+65=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D18741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18741 is #2E78BE. Grayscale: #959595. Windows color (decimal): -3045567 or 4294609. OLE color: 4294609.

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

Color convert

RGB20913565-
CMYK00.350.690.18
HSL29.17º61.02%53.73%-
HSV(B)29.17º68.9%81.96%-
XYZ35.9131.269.14-
YUV149.1580.52170.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=51.10%
G=33.01%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091356500.350.690.1829.1761.0253.73
HexD1874102345121d3d36
Octal32120710104310522357566
Binary11010001100001111000001010001110001011001011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18741; }

 p { color: rgb(209,135,65); }

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

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

 a { background-color: rgb(209,135,65); }

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

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

 span { border-color: rgb(209,135,65); }

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