#D8873C

Color #D8873C Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D8873C

Tints of Peru #D8873C

Color information

#D8873C (or 0xD8873C) is unknown color: approx 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

RGB21613560-
CMYK00.380.720.15
HSL28.85º66.67%54.12%-
HSV(B)28.85º72.22%84.71%-
XYZ37.832.258.51-
YUV150.6776.84174.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 60 (23.83% from 255) = 14.60%
R=52.55%
G=32.85%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161356000.380.720.1528.8566.6754.12
HexD8873C02648F1d4336
Octal33020774046110173510366
Binary1101100010000111111100010011010010001111111011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>