Html Css Color HEX #D58D47 Peru

📋 copy color: '#D58D47'

red 213 ◦ green 141 ◦ blue 71

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

Shades of Peru #D58D47

Tints of Peru #D58D47

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 71 (28.13% from 255) = 16.71%

R = 50.12%
G = 33.18%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D58D47 (or 0xD58D47) is known color: Peru. HEX triplet: D5, 8D and 47. RGB value is (213,141,71). Sum of RGB (Red+Green+Blue) = 213+141+71=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D47 is #2A72B8. Grayscale: #9A9A9A. Windows color (decimal): -2781881 or 4689365. OLE color: 4689365.

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

Color convert

RGB 213 141 71 -
CMYK 0 0.34 0.67 0.16
HSL 29.58º 0.63% 0.56% -
HSV(B) 29.58º 0.67% 0.84% -
XYZ 38.1 33.65 10.45 -
YUV 154.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 213 141 71 0 0.34 0.67 0.16 29.58 0.63 0.56
Hex D5 8D 47 0 22 43 10 1E 3F 38
Octal 325 215 107 0 42 103 20 36 77 70
Binary 11010101 10001101 1000111 0 100010 1000011 10000 11110 111111 111000

Color Harmonies of #D58D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D47

Black with #D58D47

Text Example


Text Example

White with #D58D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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