Html Css Color HEX #D58841 Peru

📋 copy color: '#D58841'

red 213 ◦ green 136 ◦ blue 65

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

Shades of Peru #D58841

Tints of Peru #D58841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 51.45%
G = 32.85%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58841 (or 0xD58841) is known color: Peru. HEX triplet: D5, 88 and 41. RGB value is (213,136,65). Sum of RGB (Red+Green+Blue) = 213+136+65=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D58841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58841 is #2A77BE. Grayscale: #979797. Windows color (decimal): -2783167 or 4294869. OLE color: 4294869.

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

Color convert

RGB 213 136 65 -
CMYK 0 0.36 0.69 0.16
HSL 28.78º 0.64% 0.55% -
HSV(B) 28.78º 0.69% 0.84% -
XYZ 37.2 32.14 9.24 -
YUV 150.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 213 136 65 0 0.36 0.69 0.16 28.78 0.64 0.55
Hex D5 88 41 0 24 45 10 1D 40 37
Octal 325 210 101 0 44 105 20 35 100 67
Binary 11010101 10001000 1000001 0 100100 1000101 10000 11101 1000000 110111

Color Harmonies of #D58841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58841

Black with #D58841

Text Example


Text Example

White with #D58841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58841; }

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

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

background-color css

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

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

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

border-color css

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

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

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