Html Css Color HEX #D58E47 Peru

📋 copy color: '#D58E47'

red 213 ◦ green 142 ◦ blue 71

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

Shades of Peru #D58E47

Tints of Peru #D58E47

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.33%

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

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D58E47 (or 0xD58E47) is known color: Peru. HEX triplet: D5, 8E and 47. RGB value is (213,142,71). Sum of RGB (Red+Green+Blue) = 213+142+71=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E47 is #2A71B8. Grayscale: #9B9B9B. Windows color (decimal): -2781625 or 4689621. OLE color: 4689621.

HSL color Cylindrical-coordinate representation of color #D58E47: hue angle of 30º 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 #D58E47 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 142 71 -
CMYK 0 0.33 0.67 0.16
HSL 30º 0.63% 0.56% -
HSV(B) 30º 0.67% 0.84% -
XYZ 38.25 33.95 10.5 -
YUV 155.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 213 142 71 0 0.33 0.67 0.16 30 0.63 0.56
Hex D5 8E 47 0 21 43 10 1E 3F 38
Octal 325 216 107 0 41 103 20 36 77 70
Binary 11010101 10001110 1000111 0 100001 1000011 10000 11110 111111 111000

Color Harmonies of #D58E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E47

Black with #D58E47

Text Example


Text Example

White with #D58E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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