Html Css Color HEX #D58940 Peru

📋 copy color: '#D58940'

red 213 ◦ green 137 ◦ blue 64

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

Shades of Peru #D58940

Tints of Peru #D58940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 51.45%
G = 33.09%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D58940 (or 0xD58940) is known color: Peru. HEX triplet: D5, 89 and 40. RGB value is (213,137,64). Sum of RGB (Red+Green+Blue) = 213+137+64=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D58940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58940 is #2A76BF. Grayscale: #979797. Windows color (decimal): -2782912 or 4229589. OLE color: 4229589.

HSL color Cylindrical-coordinate representation of color #D58940: hue angle of 29.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D58940 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 64 -
CMYK 0 0.36 0.70 0.16
HSL 29.4º 0.64% 0.54% -
HSV(B) 29.4º 0.7% 0.84% -
XYZ 37.31 32.41 9.14 -
YUV 151.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 213 137 64 0 0.36 0.70 0.16 29.4 0.64 0.54
Hex D5 89 40 0 24 46 10 1D 40 36
Octal 325 211 100 0 44 106 20 35 100 66
Binary 11010101 10001001 1000000 0 100100 1000110 10000 11101 1000000 110110

Color Harmonies of #D58940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58940

Black with #D58940

Text Example


Text Example

White with #D58940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58940; }

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

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

background-color css

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

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

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

border-color css

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

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

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