Html Css Color HEX #D58D49 Peru

📋 copy color: '#D58D49'

red 213 ◦ green 141 ◦ blue 73

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

Shades of Peru #D58D49

Tints of Peru #D58D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 49.88%
G = 33.02%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D58D49 (or 0xD58D49) is known color: Peru. HEX triplet: D5, 8D and 49. RGB value is (213,141,73). Sum of RGB (Red+Green+Blue) = 213+141+73=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D49 is #2A72B6. Grayscale: #9B9B9B. Windows color (decimal): -2781879 or 4820437. OLE color: 4820437.

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

Color convert

RGB 213 141 73 -
CMYK 0 0.34 0.66 0.16
HSL 29.14º 0.63% 0.56% -
HSV(B) 29.14º 0.66% 0.84% -
XYZ 38.17 33.68 10.79 -
YUV 154.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 213 141 73 0 0.34 0.66 0.16 29.14 0.63 0.56
Hex D5 8D 49 0 22 42 10 1D 3E 38
Octal 325 215 111 0 42 102 20 35 76 70
Binary 11010101 10001101 1001001 0 100010 1000010 10000 11101 111110 111000

Color Harmonies of #D58D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D49

Black with #D58D49

Text Example


Text Example

White with #D58D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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