Html Css Color HEX #D18B47 Peru

📋 copy color: '#D18B47'

red 209 ◦ green 139 ◦ blue 71

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

Shades of Peru #D18B47

Tints of Peru #D18B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 71 (28.13% from 255) = 16.95%

R = 49.88%
G = 33.17%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D18B47 (or 0xD18B47) is known color: Peru. HEX triplet: D1, 8B and 47. RGB value is (209,139,71). Sum of RGB (Red+Green+Blue) = 209+139+71=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B47 is #2E74B8. Grayscale: #989898. Windows color (decimal): -3044537 or 4688849. OLE color: 4688849.

HSL color Cylindrical-coordinate representation of color #D18B47: hue angle of 29.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D18B47 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 139 71 -
CMYK 0 0.33 0.66 0.18
HSL 29.57º 0.6% 0.55% -
HSV(B) 29.57º 0.66% 0.82% -
XYZ 36.66 32.48 10.3 -
YUV 152.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 209 139 71 0 0.33 0.66 0.18 29.57 0.6 0.55
Hex D1 8B 47 0 21 42 12 1E 3C 37
Octal 321 213 107 0 41 102 22 36 74 67
Binary 11010001 10001011 1000111 0 100001 1000010 10010 11110 111100 110111

Color Harmonies of #D18B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B47

Black with #D18B47

Text Example


Text Example

White with #D18B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B47; }

 p { color: rgb(209,139,71); }

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

background-color css

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

 a { background-color: rgb(209,139,71); }

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

border-color css

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

 span { border-color: rgb(209,139,71); }

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