Html Css Color HEX #D1894B Peru

📋 copy color: '#D1894B'

red 209 ◦ green 137 ◦ blue 75

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

Shades of Peru #D1894B

Tints of Peru #D1894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.81%

R = 49.64%
G = 32.54%
B = 17.81%

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

#D1894B (or 0xD1894B) is known color: Peru. HEX triplet: D1, 89 and 4B. RGB value is (209,137,75). Sum of RGB (Red+Green+Blue) = 209+137+75=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1894B is #2E76B4. Grayscale: #979797. Windows color (decimal): -3045045 or 4950481. OLE color: 4950481.

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

Color convert

RGB 209 137 75 -
CMYK 0 0.34 0.64 0.18
HSL 27.76º 0.59% 0.56% -
HSV(B) 27.76º 0.64% 0.82% -
XYZ 36.51 31.95 10.9 -
YUV 151.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 209 137 75 0 0.34 0.64 0.18 27.76 0.59 0.56
Hex D1 89 4B 0 22 40 12 1C 3B 38
Octal 321 211 113 0 42 100 22 34 73 70
Binary 11010001 10001001 1001011 0 100010 1000000 10010 11100 111011 111000

Color Harmonies of #D1894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1894B

Black with #D1894B

Text Example


Text Example

White with #D1894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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