#D58A4A

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

Shades of Peru #D58A4A

Tints of Peru #D58A4A

Color information

#D58A4A (or 0xD58A4A) is unknown color: approx Peru. HEX triplet: D5, 8A and 4A. RGB value is (213,138,74). Sum of RGB (Red+Green+Blue) = 213+138+74=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A4A is #2A75B5. Grayscale: #999999. Windows color (decimal): -2782646 or 4885205. OLE color: 4885205.

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

Color convert

RGB21313874-
CMYK00.350.650.16
HSL27.63º62.33%56.27%-
HSV(B)27.63º65.26%83.53%-
XYZ37.7732.8210.82-
YUV153.1383.35170.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=50.12%
G=32.47%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131387400.350.650.1627.6362.3356.27
HexD58A4A02341101c3e38
Octal32521211204310120347670
Binary11010101100010101001010010001110000011000011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A4A; }

 p { color: rgb(213,138,74); }

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

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

 a { background-color: rgb(213,138,74); }

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

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

 span { border-color: rgb(213,138,74); }

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