Html Css Color HEX #D58639 Peru

📋 copy color: '#D58639'

red 213 ◦ green 134 ◦ blue 57

#D58639
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #D58639

Tints of Peru #D58639

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 value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D58639 (or 0xD58639) is known color: 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

RGB 213 134 57 -
CMYK 0 0.37 0.73 0.16
HSL 29.62º 0.65% 0.53% -
HSV(B) 29.62º 0.73% 0.84% -
XYZ 36.7 31.49 8.01 -
YUV 148.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 213 134 57 0 0.37 0.73 0.16 29.62 0.65 0.53
Hex D5 86 39 0 25 49 10 1E 41 35
Octal 325 206 71 0 45 111 20 36 101 65
Binary 11010101 10000110 111001 0 100101 1001001 10000 11110 1000001 110101

Color Harmonies of #D58639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58639

Black with #D58639

Text Example


Text Example

White with #D58639

Text Example


Text Example

HTML Codes & Css Web 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>