#D58845

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

Shades of Peru #D58845

Tints of Peru #D58845

Color information

#D58845 (or 0xD58845) is unknown color: approx Peru. HEX triplet: D5, 88 and 45. RGB value is (213,136,69). Sum of RGB (Red+Green+Blue) = 213+136+69=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D58845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58845 is #2A77BA. Grayscale: #979797. Windows color (decimal): -2783163 or 4557013. OLE color: 4557013.

HSL color Cylindrical-coordinate representation of color #D58845: hue angle of 27.92º 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 #D58845 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21313669-
CMYK00.360.680.16
HSL27.92º63.16%55.29%-
HSV(B)27.92º67.61%83.53%-
XYZ37.3232.189.88-
YUV151.3981.51171.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=50.96%
G=32.54%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131366900.360.680.1627.9263.1655.29
HexD5884502444101c3f37
Octal32521010504410420347767
Binary11010101100010001000101010010010001001000011100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58845; }

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

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

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

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

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

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

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

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