Html Css Color HEX #D1894C Peru

📋 copy color: '#D1894C'

red 209 ◦ green 137 ◦ blue 76

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

Shades of Peru #D1894C

Tints of Peru #D1894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 49.53%
G = 32.46%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1894C (or 0xD1894C) is known color: Peru. HEX triplet: D1, 89 and 4C. RGB value is (209,137,76). Sum of RGB (Red+Green+Blue) = 209+137+76=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1894C is #2E76B3. Grayscale: #979797. Windows color (decimal): -3045044 or 5016017. OLE color: 5016017.

HSL color Cylindrical-coordinate representation of color #D1894C: hue angle of 27.52º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1894C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 76 -
CMYK 0 0.34 0.64 0.18
HSL 27.52º 0.59% 0.56% -
HSV(B) 27.52º 0.64% 0.82% -
XYZ 36.54 31.97 11.08 -
YUV 151.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 209 137 76 0 0.34 0.64 0.18 27.52 0.59 0.56
Hex D1 89 4C 0 22 40 12 1C 3B 38
Octal 321 211 114 0 42 100 22 34 73 70
Binary 11010001 10001001 1001100 0 100010 1000000 10010 11100 111011 111000

Color Harmonies of #D1894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1894C

Black with #D1894C

Text Example


Text Example

White with #D1894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1894C; }

 p { color: rgb(209,137,76); }

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

background-color css

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

 a { background-color: rgb(209,137,76); }

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

border-color css

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

 span { border-color: rgb(209,137,76); }

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