#C78341

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

Shades of Peru #C78341

Tints of Peru #C78341

Color information

#C78341 (or 0xC78341) is unknown color: approx Peru. HEX triplet: C7, 83 and 41. RGB value is (199,131,65). Sum of RGB (Red+Green+Blue) = 199+131+65=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C78341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78341 is #387CBE. Grayscale: #909090. Windows color (decimal): -3701951 or 4293575. OLE color: 4293575.

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

Color convert

RGB19913165-
CMYK00.340.670.22
HSL29.55º54.47%51.76%-
HSV(B)29.55º67.34%78.04%-
XYZ32.6228.768.83-
YUV143.8183.53167.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=50.38%
G=33.16%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991316500.340.670.2229.5554.4751.76
HexC7834102243161e3634
Octal30720310104210326366664
Binary11000111100000111000001010001010000111011011110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78341; }

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

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

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

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

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

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

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

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