Html Css Color HEX #D1873D Peru

📋 copy color: '#D1873D'

red 209 ◦ green 135 ◦ blue 61

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

Shades of Peru #D1873D

Tints of Peru #D1873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 51.6%
G = 33.33%
B = 15.06%

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

#D1873D (or 0xD1873D) is known color: Peru. HEX triplet: D1, 87 and 3D. RGB value is (209,135,61). Sum of RGB (Red+Green+Blue) = 209+135+61=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1873D is #2E78C2. Grayscale: #959595. Windows color (decimal): -3045571 or 4032465. OLE color: 4032465.

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

Color convert

RGB 209 135 61 -
CMYK 0 0.35 0.71 0.18
HSL 30º 0.62% 0.53% -
HSV(B) 30º 0.71% 0.82% -
XYZ 35.8 31.22 8.55 -
YUV 148.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 209 135 61 0 0.35 0.71 0.18 30 0.62 0.53
Hex D1 87 3D 0 23 47 12 1E 3E 35
Octal 321 207 75 0 43 107 22 36 76 65
Binary 11010001 10000111 111101 0 100011 1000111 10010 11110 111110 110101

Color Harmonies of #D1873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1873D

Black with #D1873D

Text Example


Text Example

White with #D1873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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