#C78547

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

Shades of Peru #C78547

Tints of Peru #C78547

Color information

#C78547 (or 0xC78547) is unknown color: approx Peru. HEX triplet: C7, 85 and 47. RGB value is (199,133,71). Sum of RGB (Red+Green+Blue) = 199+133+71=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C78547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78547 is #387AB8. Grayscale: #919191. Windows color (decimal): -3701433 or 4687303. OLE color: 4687303.

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

Color convert

RGB19913371-
CMYK00.330.640.22
HSL29.06º53.33%52.94%-
HSV(B)29.06º64.32%78.04%-
XYZ33.0829.379.89-
YUV145.6785.87166.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=49.38%
G=33.00%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991337100.330.640.2229.0653.3352.94
HexC7854702140161d3535
Octal30720510704110026356565
Binary11000111100001011000111010000110000001011011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78547; }

 p { color: rgb(199,133,71); }

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

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

 a { background-color: rgb(199,133,71); }

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

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

 span { border-color: rgb(199,133,71); }

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