Html Css Color HEX #D58740 Peru

📋 copy color: '#D58740'

red 213 ◦ green 135 ◦ blue 64

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

Shades of Peru #D58740

Tints of Peru #D58740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

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

R = 51.7%
G = 32.77%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D58740 (or 0xD58740) is known color: Peru. HEX triplet: D5, 87 and 40. RGB value is (213,135,64). Sum of RGB (Red+Green+Blue) = 213+135+64=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D58740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58740 is #2A78BF. Grayscale: #969696. Windows color (decimal): -2783424 or 4229077. OLE color: 4229077.

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

Color convert

RGB 213 135 64 -
CMYK 0 0.37 0.70 0.16
HSL 28.59º 0.64% 0.54% -
HSV(B) 28.59º 0.7% 0.84% -
XYZ 37.03 31.84 9.05 -
YUV 150.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 213 135 64 0 0.37 0.70 0.16 28.59 0.64 0.54
Hex D5 87 40 0 25 46 10 1D 40 36
Octal 325 207 100 0 45 106 20 35 100 66
Binary 11010101 10000111 1000000 0 100101 1000110 10000 11101 1000000 110110

Color Harmonies of #D58740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58740

Black with #D58740

Text Example


Text Example

White with #D58740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58740; }

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

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

background-color css

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

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

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

border-color css

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

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

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