#D58746

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

Shades of Peru #D58746

Tints of Peru #D58746

Color information

#D58746 (or 0xD58746) is unknown color: approx Peru. HEX triplet: D5, 87 and 46. RGB value is (213,135,70). Sum of RGB (Red+Green+Blue) = 213+135+70=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D58746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58746 is #2A78B9. Grayscale: #979797. Windows color (decimal): -2783418 or 4622293. OLE color: 4622293.

HSL color Cylindrical-coordinate representation of color #D58746: hue angle of 27.27º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D58746 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21313570-
CMYK00.370.670.16
HSL27.27º63%55.49%-
HSV(B)27.27º67.14%83.53%-
XYZ37.2131.929.99-
YUV150.9182.34172.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=50.96%
G=32.30%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131357000.370.670.1627.276355.49
HexD5874602543101b3f37
Octal32520710604510320337767
Binary11010101100001111000110010010110000111000011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58746; }

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

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

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

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

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

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

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

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