#D58D3E

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

Shades of Peru #D58D3E

Tints of Peru #D58D3E

Color information

#D58D3E (or 0xD58D3E) is unknown color: approx Peru. HEX triplet: D5, 8D and 3E. RGB value is (213,141,62). Sum of RGB (Red+Green+Blue) = 213+141+62=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D3E is #2A72C1. Grayscale: #999999. Windows color (decimal): -2781890 or 4099541. OLE color: 4099541.

HSL color Cylindrical-coordinate representation of color #D58D3E: hue angle of 31.39º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D58D3E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21314162-
CMYK00.340.710.16
HSL31.39º64.26%53.92%-
HSV(B)31.39º70.89%83.53%-
XYZ37.8333.549.04-
YUV153.5276.35170.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 62 (24.61% from 255) = 14.90%
R=51.20%
G=33.89%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131416200.340.710.1631.3964.2653.92
HexD58D3E02247101f4036
Octal32521576042107203710066
Binary11010101100011011111100100010100011110000111111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D3E; }

 p { color: rgb(213,141,62); }

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

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

 a { background-color: rgb(213,141,62); }

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

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

 span { border-color: rgb(213,141,62); }

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