#D58B49

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

Shades of Peru #D58B49

Tints of Peru #D58B49

Color information

#D58B49 (or 0xD58B49) is unknown color: approx Peru. HEX triplet: D5, 8B and 49. RGB value is (213,139,73). Sum of RGB (Red+Green+Blue) = 213+139+73=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58B49 is #2A74B6. Grayscale: #999999. Windows color (decimal): -2782391 or 4819925. OLE color: 4819925.

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

Color convert

RGB21313973-
CMYK00.350.660.16
HSL28.29º62.5%56.08%-
HSV(B)28.29º65.73%83.53%-
XYZ37.8833.0910.69-
YUV153.682.52170.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 139 (54.69% from 255) = 32.71%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=50.12%
G=32.71%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131397300.350.660.1628.2962.556.08
HexD58B4902342101c3e38
Octal32521311104310220347670
Binary11010101100010111001001010001110000101000011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58B49; }

 p { color: rgb(213,139,73); }

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

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

 a { background-color: rgb(213,139,73); }

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

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

 span { border-color: rgb(213,139,73); }

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