Html Css Color HEX #D58845 Peru

📋 copy color: '#D58845'

red 213 ◦ green 136 ◦ blue 69

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

Shades of Peru #D58845

Tints of Peru #D58845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 50.96%
G = 32.54%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D58845 (or 0xD58845) is known color: Peru. HEX triplet: D5, 88 and 45. RGB value is (213,136,69). Sum of RGB (Red+Green+Blue) = 213+136+69=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D58845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58845 is #2A77BA. Grayscale: #979797. Windows color (decimal): -2783163 or 4557013. OLE color: 4557013.

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

Color convert

RGB 213 136 69 -
CMYK 0 0.36 0.68 0.16
HSL 27.92º 0.63% 0.55% -
HSV(B) 27.92º 0.68% 0.84% -
XYZ 37.32 32.18 9.88 -
YUV 151.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 213 136 69 0 0.36 0.68 0.16 27.92 0.63 0.55
Hex D5 88 45 0 24 44 10 1C 3F 37
Octal 325 210 105 0 44 104 20 34 77 67
Binary 11010101 10001000 1000101 0 100100 1000100 10000 11100 111111 110111

Color Harmonies of #D58845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58845

Black with #D58845

Text Example


Text Example

White with #D58845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58845; }

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

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

background-color css

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

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

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

border-color css

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

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

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