Html Css Color HEX #D18841 Peru

📋 copy color: '#D18841'

red 209 ◦ green 136 ◦ blue 65

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

Shades of Peru #D18841

Tints of Peru #D18841

RGB

 RED value IS 209 (82.03% from 255) = 50.98%

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

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

R = 50.98%
G = 33.17%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18841 (or 0xD18841) is known color: Peru. HEX triplet: D1, 88 and 41. RGB value is (209,136,65). Sum of RGB (Red+Green+Blue) = 209+136+65=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D18841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18841 is #2E77BE. Grayscale: #969696. Windows color (decimal): -3045311 or 4294865. OLE color: 4294865.

HSL color Cylindrical-coordinate representation of color #D18841: hue angle of 29.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18841 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 65 -
CMYK 0 0.35 0.69 0.18
HSL 29.58º 0.61% 0.54% -
HSV(B) 29.58º 0.69% 0.82% -
XYZ 36.05 31.55 9.19 -
YUV 149.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 209 136 65 0 0.35 0.69 0.18 29.58 0.61 0.54
Hex D1 88 41 0 23 45 12 1E 3D 36
Octal 321 210 101 0 43 105 22 36 75 66
Binary 11010001 10001000 1000001 0 100011 1000101 10010 11110 111101 110110

Color Harmonies of #D18841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18841

Black with #D18841

Text Example


Text Example

White with #D18841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18841; }

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

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

background-color css

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

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

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

border-color css

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

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

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