Html Css Color HEX #D58640 Peru

📋 copy color: '#D58640'

red 213 ◦ green 134 ◦ blue 64

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

Shades of Peru #D58640

Tints of Peru #D58640

RGB

 RED value IS 213 (83.59% from 255) = 51.82%

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 51.82%
G = 32.6%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D58640 (or 0xD58640) is known color: Peru. HEX triplet: D5, 86 and 40. RGB value is (213,134,64). Sum of RGB (Red+Green+Blue) = 213+134+64=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D58640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58640 is #2A79BF. Grayscale: #969696. Windows color (decimal): -2783680 or 4228821. OLE color: 4228821.

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

Color convert

RGB 213 134 64 -
CMYK 0 0.37 0.70 0.16
HSL 28.19º 0.64% 0.54% -
HSV(B) 28.19º 0.7% 0.84% -
XYZ 36.89 31.57 9 -
YUV 149.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 213 134 64 0 0.37 0.70 0.16 28.19 0.64 0.54
Hex D5 86 40 0 25 46 10 1C 40 36
Octal 325 206 100 0 45 106 20 34 100 66
Binary 11010101 10000110 1000000 0 100101 1000110 10000 11100 1000000 110110

Color Harmonies of #D58640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58640

Black with #D58640

Text Example


Text Example

White with #D58640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58640; }

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

 H1.HeaderClassName
 {
   color: #D58640;
 }
 .AnyTagClassName
 {
   color: #D58640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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