Html Css Color HEX #D18648 Peru

📋 copy color: '#D18648'

red 209 ◦ green 134 ◦ blue 72

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

Shades of Peru #D18648

Tints of Peru #D18648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 72 (28.52% from 255) = 17.35%

R = 50.36%
G = 32.29%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D18648 (or 0xD18648) is known color: Peru. HEX triplet: D1, 86 and 48. RGB value is (209,134,72). Sum of RGB (Red+Green+Blue) = 209+134+72=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D18648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18648 is #2E79B7. Grayscale: #959595. Windows color (decimal): -3045816 or 4753105. OLE color: 4753105.

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

Color convert

RGB 209 134 72 -
CMYK 0 0.36 0.66 0.18
HSL 27.15º 0.6% 0.55% -
HSV(B) 27.15º 0.66% 0.82% -
XYZ 35.99 31.07 10.23 -
YUV 149.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 209 134 72 0 0.36 0.66 0.18 27.15 0.6 0.55
Hex D1 86 48 0 24 42 12 1B 3C 37
Octal 321 206 110 0 44 102 22 33 74 67
Binary 11010001 10000110 1001000 0 100100 1000010 10010 11011 111100 110111

Color Harmonies of #D18648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18648

Black with #D18648

Text Example


Text Example

White with #D18648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18648; }

 p { color: rgb(209,134,72); }

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

background-color css

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

 a { background-color: rgb(209,134,72); }

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

border-color css

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

 span { border-color: rgb(209,134,72); }

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