Html Css Color HEX #D1873C Peru

📋 copy color: '#D1873C'

red 209 ◦ green 135 ◦ blue 60

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

Shades of Peru #D1873C

Tints of Peru #D1873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 51.73%
G = 33.42%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1873C (or 0xD1873C) is known color: Peru. HEX triplet: D1, 87 and 3C. RGB value is (209,135,60). Sum of RGB (Red+Green+Blue) = 209+135+60=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1873C is #2E78C3. Grayscale: #949494. Windows color (decimal): -3045572 or 3966929. OLE color: 3966929.

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

Color convert

RGB 209 135 60 -
CMYK 0 0.35 0.71 0.18
HSL 30.2º 0.62% 0.53% -
HSV(B) 30.2º 0.71% 0.82% -
XYZ 35.77 31.21 8.41 -
YUV 148.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 209 135 60 0 0.35 0.71 0.18 30.2 0.62 0.53
Hex D1 87 3C 0 23 47 12 1E 3E 35
Octal 321 207 74 0 43 107 22 36 76 65
Binary 11010001 10000111 111100 0 100011 1000111 10010 11110 111110 110101

Color Harmonies of #D1873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1873C

Black with #D1873C

Text Example


Text Example

White with #D1873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1873C; }

 p { color: rgb(209,135,60); }

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

background-color css

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

 a { background-color: rgb(209,135,60); }

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

border-color css

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

 span { border-color: rgb(209,135,60); }

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