#C78541

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

Shades of Peru #C78541

Tints of Peru #C78541

Color information

#C78541 (or 0xC78541) is unknown color: approx Peru. HEX triplet: C7, 85 and 41. RGB value is (199,133,65). Sum of RGB (Red+Green+Blue) = 199+133+65=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C78541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78541 is #387ABE. Grayscale: #919191. Windows color (decimal): -3701439 or 4294087. OLE color: 4294087.

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

Color convert

RGB19913365-
CMYK00.330.670.22
HSL30.45º54.47%51.76%-
HSV(B)30.45º67.34%78.04%-
XYZ32.8929.38.92-
YUV144.9882.87166.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=50.13%
G=33.50%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991336500.330.670.2230.4554.4751.76
HexC7854102143161e3634
Octal30720510104110326366664
Binary11000111100001011000001010000110000111011011110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78541; }

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

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

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

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

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

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

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

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