#D58745

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

Shades of Peru #D58745

Tints of Peru #D58745

Color information

#D58745 (or 0xD58745) is unknown color: approx Peru. HEX triplet: D5, 87 and 45. RGB value is (213,135,69). Sum of RGB (Red+Green+Blue) = 213+135+69=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D58745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58745 is #2A78BA. Grayscale: #979797. Windows color (decimal): -2783419 or 4556757. OLE color: 4556757.

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

Color convert

RGB21313569-
CMYK00.370.680.16
HSL27.5º63.16%55.29%-
HSV(B)27.5º67.61%83.53%-
XYZ37.1831.99.83-
YUV150.881.84172.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=51.08%
G=32.37%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131356900.370.680.1627.563.1655.29
HexD5874502544101c3f37
Octal32520710504510420347767
Binary11010101100001111000101010010110001001000011100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58745; }

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

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

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

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

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

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

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

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