#D08740

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

Shades of Peru #D08740

Tints of Peru #D08740

Color information

#D08740 (or 0xD08740) is unknown color: approx Peru. HEX triplet: D0, 87 and 40. RGB value is (208,135,64). Sum of RGB (Red+Green+Blue) = 208+135+64=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08740 is #2F78BF. Grayscale: #959595. Windows color (decimal): -3111104 or 4229072. OLE color: 4229072.

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

Color convert

RGB20813564-
CMYK00.350.690.18
HSL29.58º60.5%53.33%-
HSV(B)29.58º69.23%81.57%-
XYZ35.631.118.98-
YUV148.7380.18170.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=51.11%
G=33.17%
B=15.72%

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
Decimal2081356400.350.690.1829.5860.553.33
HexD0874002345121e3d35
Octal32020710004310522367565
Binary11010000100001111000000010001110001011001011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08740; }

 p { color: rgb(208,135,64); }

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

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

 a { background-color: rgb(208,135,64); }

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

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

 span { border-color: rgb(208,135,64); }

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