Html Css Color HEX #D58F47 Peru

📋 copy color: '#D58F47'

red 213 ◦ green 143 ◦ blue 71

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

Shades of Peru #D58F47

Tints of Peru #D58F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

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

R = 49.88%
G = 33.49%
B = 16.63%

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

#D58F47 (or 0xD58F47) is known color: Peru. HEX triplet: D5, 8F and 47. RGB value is (213,143,71). Sum of RGB (Red+Green+Blue) = 213+143+71=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F47 is #2A70B8. Grayscale: #9C9C9C. Windows color (decimal): -2781369 or 4689877. OLE color: 4689877.

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

Color convert

RGB 213 143 71 -
CMYK 0 0.33 0.67 0.16
HSL 30.42º 0.63% 0.56% -
HSV(B) 30.42º 0.67% 0.84% -
XYZ 38.4 34.25 10.55 -
YUV 155.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 213 143 71 0 0.33 0.67 0.16 30.42 0.63 0.56
Hex D5 8F 47 0 21 43 10 1E 3F 38
Octal 325 217 107 0 41 103 20 36 77 70
Binary 11010101 10001111 1000111 0 100001 1000011 10000 11110 111111 111000

Color Harmonies of #D58F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F47

Black with #D58F47

Text Example


Text Example

White with #D58F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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