#C7863D

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

Shades of Peru #C7863D

Tints of Peru #C7863D

Color information

#C7863D (or 0xC7863D) is unknown color: approx Peru. HEX triplet: C7, 86 and 3D. RGB value is (199,134,61). Sum of RGB (Red+Green+Blue) = 199+134+61=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7863D is #3879C2. Grayscale: #919191. Windows color (decimal): -3701187 or 4032199. OLE color: 4032199.

HSL color Cylindrical-coordinate representation of color #C7863D: hue angle of 31.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7863D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19913461-
CMYK00.330.690.22
HSL31.74º55.2%50.98%-
HSV(B)31.74º69.35%78.04%-
XYZ32.9229.538.38-
YUV145.1180.53166.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=50.51%
G=34.01%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991346100.330.690.2231.7455.250.98
HexC7863D0214516203733
Octal3072067504110526406763
Binary11000111100001101111010100001100010110110100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7863D; }

 p { color: rgb(199,134,61); }

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

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

 a { background-color: rgb(199,134,61); }

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

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

 span { border-color: rgb(199,134,61); }

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