Html Css Color HEX #D58744 Peru

📋 copy color: '#D58744'

red 213 ◦ green 135 ◦ blue 68

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

Shades of Peru #D58744

Tints of Peru #D58744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 51.2%
G = 32.45%
B = 16.35%

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

#D58744 (or 0xD58744) is known color: Peru. HEX triplet: D5, 87 and 44. RGB value is (213,135,68). Sum of RGB (Red+Green+Blue) = 213+135+68=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D58744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58744 is #2A78BB. Grayscale: #979797. Windows color (decimal): -2783420 or 4491221. OLE color: 4491221.

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

Color convert

RGB 213 135 68 -
CMYK 0 0.37 0.68 0.16
HSL 27.72º 0.63% 0.55% -
HSV(B) 27.72º 0.68% 0.84% -
XYZ 37.15 31.89 9.67 -
YUV 150.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 213 135 68 0 0.37 0.68 0.16 27.72 0.63 0.55
Hex D5 87 44 0 25 44 10 1C 3F 37
Octal 325 207 104 0 45 104 20 34 77 67
Binary 11010101 10000111 1000100 0 100101 1000100 10000 11100 111111 110111

Color Harmonies of #D58744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58744

Black with #D58744

Text Example


Text Example

White with #D58744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58744; }

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

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

background-color css

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

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

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

border-color css

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

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

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