#C7834A

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

Shades of Peru #C7834A

Tints of Peru #C7834A

Color information

#C7834A (or 0xC7834A) is unknown color: approx Peru. HEX triplet: C7, 83 and 4A. RGB value is (199,131,74). Sum of RGB (Red+Green+Blue) = 199+131+74=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7834A is #387CB5. Grayscale: #919191. Windows color (decimal): -3701942 or 4883399. OLE color: 4883399.

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

Color convert

RGB19913174-
CMYK00.340.630.22
HSL27.36º52.74%53.53%-
HSV(B)27.36º62.81%78.04%-
XYZ32.9128.8710.32-
YUV144.8388.03166.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 74 (29.30% from 255) = 18.32%
R=49.26%
G=32.43%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991317400.340.630.2227.3652.7453.53
HexC7834A0223F161b3536
Octal3072031120427726336566
Binary1100011110000011100101001000101111111011011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7834A; }

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

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

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

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

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

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

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

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