Html Css Color HEX #D58742 Peru

📋 copy color: '#D58742'

red 213 ◦ green 135 ◦ blue 66

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

Shades of Peru #D58742

Tints of Peru #D58742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.94%

R = 51.45%
G = 32.61%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58742 (or 0xD58742) is known color: Peru. HEX triplet: D5, 87 and 42. RGB value is (213,135,66). Sum of RGB (Red+Green+Blue) = 213+135+66=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D58742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58742 is #2A78BD. Grayscale: #969696. Windows color (decimal): -2783422 or 4360149. OLE color: 4360149.

HSL color Cylindrical-coordinate representation of color #D58742: hue angle of 28.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D58742 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 66 -
CMYK 0 0.37 0.69 0.16
HSL 28.16º 0.64% 0.55% -
HSV(B) 28.16º 0.69% 0.84% -
XYZ 37.09 31.87 9.35 -
YUV 150.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 213 135 66 0 0.37 0.69 0.16 28.16 0.64 0.55
Hex D5 87 42 0 25 45 10 1C 40 37
Octal 325 207 102 0 45 105 20 34 100 67
Binary 11010101 10000111 1000010 0 100101 1000101 10000 11100 1000000 110111

Color Harmonies of #D58742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58742

Black with #D58742

Text Example


Text Example

White with #D58742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58742; }

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

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

background-color css

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

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

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

border-color css

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

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

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