Html Css Color HEX #D58947 Peru

📋 copy color: '#D58947'

red 213 ◦ green 137 ◦ blue 71

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

Shades of Peru #D58947

Tints of Peru #D58947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.54%

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

R = 50.59%
G = 32.54%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D58947 (or 0xD58947) is known color: Peru. HEX triplet: D5, 89 and 47. RGB value is (213,137,71). Sum of RGB (Red+Green+Blue) = 213+137+71=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D58947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58947 is #2A76B8. Grayscale: #989898. Windows color (decimal): -2782905 or 4688341. OLE color: 4688341.

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

Color convert

RGB 213 137 71 -
CMYK 0 0.36 0.67 0.16
HSL 27.89º 0.63% 0.56% -
HSV(B) 27.89º 0.67% 0.84% -
XYZ 37.52 32.49 10.26 -
YUV 152.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 213 137 71 0 0.36 0.67 0.16 27.89 0.63 0.56
Hex D5 89 47 0 24 43 10 1C 3F 38
Octal 325 211 107 0 44 103 20 34 77 70
Binary 11010101 10001001 1000111 0 100100 1000011 10000 11100 111111 111000

Color Harmonies of #D58947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58947

Black with #D58947

Text Example


Text Example

White with #D58947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58947; }

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

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

background-color css

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

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

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

border-color css

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

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

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