#D7863B

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

Shades of Peru #D7863B

Tints of Peru #D7863B

Color information

#D7863B (or 0xD7863B) is unknown color: approx Peru. HEX triplet: D7, 86 and 3B. RGB value is (215,134,59). Sum of RGB (Red+Green+Blue) = 215+134+59=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7863B is #2879C4. Grayscale: #969696. Windows color (decimal): -2652613 or 3901143. OLE color: 3901143.

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

Color convert

RGB21513459-
CMYK00.380.730.16
HSL28.85º66.1%53.73%-
HSV(B)28.85º72.56%84.31%-
XYZ37.3431.818.31-
YUV149.6776.84174.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.70%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 59 (23.44% from 255) = 14.46%
R=52.70%
G=32.84%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151345900.380.730.1628.8566.153.73
HexD7863B02649101d4236
Octal32720673046111203510266
Binary11010111100001101110110100110100100110000111011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7863B; }

 p { color: rgb(215,134,59); }

 H1.HeaderClassName
 {
   color: #D7863B;
 }
 .AnyTagClassName
 {
   color: #D7863B;
 }
</style>
background-color css

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

 a { background-color: rgb(215,134,59); }

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

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

 span { border-color: rgb(215,134,59); }

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