Html Css Color HEX #D58745 Peru

📋 copy color: '#D58745'

red 213 ◦ green 135 ◦ blue 69

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

Shades of Peru #D58745

Tints of Peru #D58745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 51.08%
G = 32.37%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D58745 (or 0xD58745) is known color: Peru. HEX triplet: D5, 87 and 45. RGB value is (213,135,69). Sum of RGB (Red+Green+Blue) = 213+135+69=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D58745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58745 is #2A78BA. Grayscale: #979797. Windows color (decimal): -2783419 or 4556757. OLE color: 4556757.

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

Color convert

RGB 213 135 69 -
CMYK 0 0.37 0.68 0.16
HSL 27.5º 0.63% 0.55% -
HSV(B) 27.5º 0.68% 0.84% -
XYZ 37.18 31.9 9.83 -
YUV 150.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 213 135 69 0 0.37 0.68 0.16 27.5 0.63 0.55
Hex D5 87 45 0 25 44 10 1C 3F 37
Octal 325 207 105 0 45 104 20 34 77 67
Binary 11010101 10000111 1000101 0 100101 1000100 10000 11100 111111 110111

Color Harmonies of #D58745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58745

Black with #D58745

Text Example


Text Example

White with #D58745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58745; }

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

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

background-color css

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

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

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

border-color css

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

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

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