#C78846

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

Shades of Peru #C78846

Tints of Peru #C78846

Color information

#C78846 (or 0xC78846) is unknown color: approx Peru. HEX triplet: C7, 88 and 46. RGB value is (199,136,70). Sum of RGB (Red+Green+Blue) = 199+136+70=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C78846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78846 is #3877B9. Grayscale: #939393. Windows color (decimal): -3700666 or 4622535. OLE color: 4622535.

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

Color convert

RGB19913670-
CMYK00.320.650.22
HSL30.7º53.53%52.75%-
HSV(B)30.7º64.82%78.04%-
XYZ33.4630.199.86-
YUV147.3184.37164.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=49.14%
G=33.58%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991367000.320.650.2230.753.5352.75
HexC7884602041161f3635
Octal30721010604010126376665
Binary11000111100010001000110010000010000011011011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78846; }

 p { color: rgb(199,136,70); }

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

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

 a { background-color: rgb(199,136,70); }

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

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

 span { border-color: rgb(199,136,70); }

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