#C7873F

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

Shades of Peru #C7873F

Tints of Peru #C7873F

Color information

#C7873F (or 0xC7873F) is unknown color: approx Peru. HEX triplet: C7, 87 and 3F. RGB value is (199,135,63). Sum of RGB (Red+Green+Blue) = 199+135+63=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7873F is #3878C0. Grayscale: #929292. Windows color (decimal): -3700929 or 4163527. OLE color: 4163527.

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

Color convert

RGB19913563-
CMYK00.320.680.22
HSL31.76º54.84%51.37%-
HSV(B)31.76º68.34%78.04%-
XYZ33.1129.838.71-
YUV145.9381.2165.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 63 (25% from 255) = 15.87%
R=50.13%
G=34.01%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991356300.320.680.2231.7654.8451.37
HexC7873F0204416203733
Octal3072077704010426406763
Binary11000111100001111111110100000100010010110100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7873F; }

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

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

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

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

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

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

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

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