#C7873E

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

Shades of Peru #C7873E

Tints of Peru #C7873E

Color information

#C7873E (or 0xC7873E) is unknown color: approx Peru. HEX triplet: C7, 87 and 3E. RGB value is (199,135,62). Sum of RGB (Red+Green+Blue) = 199+135+62=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7873E is #3878C1. Grayscale: #929292. Windows color (decimal): -3700930 or 4097991. OLE color: 4097991.

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

Color convert

RGB19913562-
CMYK00.320.690.22
HSL31.97º55.02%51.18%-
HSV(B)31.97º68.84%78.04%-
XYZ33.0929.828.57-
YUV145.8180.7165.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=50.25%
G=34.09%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991356200.320.690.2231.9755.0251.18
HexC7873E0204516203733
Octal3072077604010526406763
Binary11000111100001111111100100000100010110110100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7873E; }

 p { color: rgb(199,135,62); }

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

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

 a { background-color: rgb(199,135,62); }

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

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

 span { border-color: rgb(199,135,62); }

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