#D3863F

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

Shades of Peru #D3863F

Tints of Peru #D3863F

Color information

#D3863F (or 0xD3863F) is unknown color: approx Peru. HEX triplet: D3, 86 and 3F. RGB value is (211,134,63). Sum of RGB (Red+Green+Blue) = 211+134+63=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3863F is #2C79C0. Grayscale: #959595. Windows color (decimal): -2914753 or 4163283. OLE color: 4163283.

HSL color Cylindrical-coordinate representation of color #D3863F: hue angle of 28.78º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3863F is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21113463-
CMYK00.360.700.17
HSL28.78º62.71%53.73%-
HSV(B)28.78º70.14%82.75%-
XYZ36.2931.268.82-
YUV148.9379.51172.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.72%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 63 (25% from 255) = 15.44%
R=51.72%
G=32.84%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111346300.360.700.1728.7862.7153.73
HexD3863F02446111d3f36
Octal3232067704410621357766
Binary1101001110000110111111010010010001101000111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3863F; }

 p { color: rgb(211,134,63); }

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

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

 a { background-color: rgb(211,134,63); }

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

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

 span { border-color: rgb(211,134,63); }

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