#d58639

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

Shades of Peru #D58639

Tints of Peru #D58639

Color information

#D58639 (or 0xD58639) is unknown color: approx Peru. HEX triplet: D5, 86 and 39. RGB value is (213,134,57). Sum of RGB (Red+Green+Blue) = 213+134+57=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D58639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58639 is #2A79C6. Grayscale: #959595. Windows color (decimal): -2783687 or 3770069. OLE color: 3770069.

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

Color convert

RGB21313457-
CMYK00.370.730.16
HSL29.62º65%52.94%-
HSV(B)29.62º73.24%83.53%-
XYZ36.731.498.01-
YUV148.8476.17173.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 57 (22.66% from 255) = 14.11%
R=52.72%
G=33.17%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131345700.370.730.1629.626552.94
HexD5863902549101e4135
Octal32520671045111203610165
Binary11010101100001101110010100101100100110000111101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58639; }

 p { color: rgb(213,134,57); }

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

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

 a { background-color: rgb(213,134,57); }

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

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

 span { border-color: rgb(213,134,57); }

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