#D58541

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

Shades of Peru #D58541

Tints of Peru #D58541

Color information

#D58541 (or 0xD58541) is unknown color: approx Peru. HEX triplet: D5, 85 and 41. RGB value is (213,133,65). Sum of RGB (Red+Green+Blue) = 213+133+65=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D58541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58541 is #2A7ABE. Grayscale: #959595. Windows color (decimal): -2783935 or 4294101. OLE color: 4294101.

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

Color convert

RGB21313365-
CMYK00.380.690.16
HSL27.57º63.79%54.51%-
HSV(B)27.57º69.48%83.53%-
XYZ36.7831.39.1-
YUV149.1780.5173.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=51.82%
G=32.36%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131336500.380.690.1627.5763.7954.51
HexD5854102645101c4037
Octal325205101046105203410067
Binary110101011000010110000010100110100010110000111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58541; }

 p { color: rgb(213,133,65); }

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

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

 a { background-color: rgb(213,133,65); }

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

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

 span { border-color: rgb(213,133,65); }

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