#D08746

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

Shades of Peru #D08746

Tints of Peru #D08746

Color information

#D08746 (or 0xD08746) is unknown color: approx Peru. HEX triplet: D0, 87 and 46. RGB value is (208,135,70). Sum of RGB (Red+Green+Blue) = 208+135+70=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D08746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08746 is #2F78B9. Grayscale: #959595. Windows color (decimal): -3111098 or 4622288. OLE color: 4622288.

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

Color convert

RGB20813570-
CMYK00.350.660.18
HSL28.26º59.48%54.51%-
HSV(B)28.26º66.35%81.57%-
XYZ35.7831.189.93-
YUV149.4283.18169.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 70 (27.73% from 255) = 16.95%
R=50.36%
G=32.69%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081357000.350.660.1828.2659.4854.51
HexD0874602342121c3b37
Octal32020710604310222347367
Binary11010000100001111000110010001110000101001011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08746; }

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

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

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

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

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

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

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

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