Html Css Color HEX #D8873C Peru

📋 copy color: '#D8873C'

red 216 ◦ green 135 ◦ blue 60

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

Shades of Peru #D8873C

Tints of Peru #D8873C

RGB

 RED value IS 216 (84.77% from 255) = 52.55%

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

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

R = 52.55%
G = 32.85%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8873C (or 0xD8873C) is known color: Peru. HEX triplet: D8, 87 and 3C. RGB value is (216,135,60). Sum of RGB (Red+Green+Blue) = 216+135+60=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8873C is #2778C3. Grayscale: #979797. Windows color (decimal): -2586820 or 3966936. OLE color: 3966936.

HSL color Cylindrical-coordinate representation of color #D8873C: hue angle of 28.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8873C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 60 -
CMYK 0 0.38 0.72 0.15
HSL 28.85º 0.67% 0.54% -
HSV(B) 28.85º 0.72% 0.85% -
XYZ 37.8 32.25 8.51 -
YUV 150.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 216 135 60 0 0.38 0.72 0.15 28.85 0.67 0.54
Hex D8 87 3C 0 26 48 F 1D 43 36
Octal 330 207 74 0 46 110 17 35 103 66
Binary 11011000 10000111 111100 0 100110 1001000 1111 11101 1000011 110110

Color Harmonies of #D8873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8873C

Black with #D8873C

Text Example


Text Example

White with #D8873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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