#C7853D

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

Shades of Peru #C7853D

Tints of Peru #C7853D

Color information

#C7853D (or 0xC7853D) is unknown color: approx Peru. HEX triplet: C7, 85 and 3D. RGB value is (199,133,61). Sum of RGB (Red+Green+Blue) = 199+133+61=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7853D is #387AC2. Grayscale: #909090. Windows color (decimal): -3701443 or 4031943. OLE color: 4031943.

HSL color Cylindrical-coordinate representation of color #C7853D: hue angle of 31.3º 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 #C7853D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19913361-
CMYK00.330.690.22
HSL31.3º55.2%50.98%-
HSV(B)31.3º69.35%78.04%-
XYZ32.7829.258.33-
YUV144.5380.87166.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 61 (24.22% from 255) = 15.52%
R=50.64%
G=33.84%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991336100.330.690.2231.355.250.98
HexC7853D02145161f3733
Octal3072057504110526376763
Binary1100011110000101111101010000110001011011011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7853D; }

 p { color: rgb(199,133,61); }

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

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

 a { background-color: rgb(199,133,61); }

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

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

 span { border-color: rgb(199,133,61); }

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