#C87F40

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

Shades of Peru #C87F40

Tints of Peru #C87F40

Color information

#C87F40 (or 0xC87F40) is unknown color: approx Peru. HEX triplet: C8, 7F and 40. RGB value is (200,127,64). Sum of RGB (Red+Green+Blue) = 200+127+64=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F40 is #3780BF. Grayscale: #8D8D8D. Windows color (decimal): -3637440 or 4227016. OLE color: 4227016.

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

Color convert

RGB20012764-
CMYK00.360.680.22
HSL27.79º55.28%51.76%-
HSV(B)27.79º68%78.43%-
XYZ32.3327.838.52-
YUV141.6484.18169.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=51.15%
G=32.48%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001276400.360.680.2227.7955.2851.76
HexC87F4002444161c3734
Octal31017710004410426346764
Binary1100100011111111000000010010010001001011011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F40; }

 p { color: rgb(200,127,64); }

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

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

 a { background-color: rgb(200,127,64); }

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

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

 span { border-color: rgb(200,127,64); }

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