#C78140

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

Shades of Peru #C78140

Tints of Peru #C78140

Color information

#C78140 (or 0xC78140) is unknown color: approx Peru. HEX triplet: C7, 81 and 40. RGB value is (199,129,64). Sum of RGB (Red+Green+Blue) = 199+129+64=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C78140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78140 is #387EBF. Grayscale: #8E8E8E. Windows color (decimal): -3702464 or 4227527. OLE color: 4227527.

HSL color Cylindrical-coordinate representation of color #C78140: hue angle of 28.89º 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 #C78140 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19912964-
CMYK00.350.680.22
HSL28.89º54.66%51.57%-
HSV(B)28.89º67.84%78.04%-
XYZ32.3328.218.59-
YUV142.5283.69168.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.77%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=50.77%
G=32.91%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991296400.350.680.2228.8954.6651.57
HexC7814002344161d3734
Octal30720110004310426356764
Binary11000111100000011000000010001110001001011011101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78140; }

 p { color: rgb(199,129,64); }

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

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

 a { background-color: rgb(199,129,64); }

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

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

 span { border-color: rgb(199,129,64); }

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