#C7834B

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

Shades of Peru #C7834B

Tints of Peru #C7834B

Color information

#C7834B (or 0xC7834B) is unknown color: approx Peru. HEX triplet: C7, 83 and 4B. RGB value is (199,131,75). Sum of RGB (Red+Green+Blue) = 199+131+75=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7834B is #387CB4. Grayscale: #919191. Windows color (decimal): -3701941 or 4948935. OLE color: 4948935.

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

Color convert

RGB19913175-
CMYK00.340.620.22
HSL27.1º52.54%53.73%-
HSV(B)27.1º62.31%78.04%-
XYZ32.9428.8810.5-
YUV144.9588.53166.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=49.14%
G=32.35%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991317500.340.620.2227.152.5453.73
HexC7834B0223E161b3536
Octal3072031130427626336566
Binary1100011110000011100101101000101111101011011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7834B; }

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

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

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

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

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

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

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

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