#D58847

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

Shades of Peru #D58847

Tints of Peru #D58847

Color information

#D58847 (or 0xD58847) is unknown color: approx Peru. HEX triplet: D5, 88 and 47. RGB value is (213,136,71). Sum of RGB (Red+Green+Blue) = 213+136+71=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D58847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58847 is #2A77B8. Grayscale: #979797. Windows color (decimal): -2783161 or 4688085. OLE color: 4688085.

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

Color convert

RGB21313671-
CMYK00.360.670.16
HSL27.46º62.83%55.69%-
HSV(B)27.46º66.67%83.53%-
XYZ37.3832.2110.21-
YUV151.6182.51171.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=50.71%
G=32.38%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131367100.360.670.1627.4662.8355.69
HexD5884702443101b3f38
Octal32521010704410320337770
Binary11010101100010001000111010010010000111000011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58847; }

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

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

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

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

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

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

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

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