#c7853f

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

Shades of Peru #C7853F

Tints of Peru #C7853F

Color information

#C7853F (or 0xC7853F) is unknown color: approx Peru. HEX triplet: C7, 85 and 3F. RGB value is (199,133,63). Sum of RGB (Red+Green+Blue) = 199+133+63=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7853F is #387AC0. Grayscale: #919191. Windows color (decimal): -3701441 or 4163015. OLE color: 4163015.

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

Color convert

RGB19913363-
CMYK00.330.680.22
HSL30.88º54.84%51.37%-
HSV(B)30.88º68.34%78.04%-
XYZ32.8429.288.62-
YUV144.7581.87166.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 63 (25% from 255) = 15.95%
R=50.38%
G=33.67%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991336300.330.680.2230.8854.8451.37
HexC7853F02144161f3733
Octal3072057704110426376763
Binary1100011110000101111111010000110001001011011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7853f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7853f; }

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

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

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

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

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

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

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

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