#C5843F

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

Shades of Peru #C5843F

Tints of Peru #C5843F

Color information

#C5843F (or 0xC5843F) is unknown color: approx Peru. HEX triplet: C5, 84 and 3F. RGB value is (197,132,63). Sum of RGB (Red+Green+Blue) = 197+132+63=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5843F is #3A7BC0. Grayscale: #8F8F8F. Windows color (decimal): -3832769 or 4162757. OLE color: 4162757.

HSL color Cylindrical-coordinate representation of color #C5843F: hue angle of 30.9º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5843F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19713263-
CMYK00.330.680.23
HSL30.9º53.6%50.98%-
HSV(B)30.9º68.02%77.25%-
XYZ32.1728.738.55-
YUV143.5782.53166.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 63 (25% from 255) = 16.07%
R=50.26%
G=33.67%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971326300.330.680.2330.953.650.98
HexC5843F02144171f3633
Octal3052047704110427376663
Binary1100010110000100111111010000110001001011111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5843F; }

 p { color: rgb(197,132,63); }

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

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

 a { background-color: rgb(197,132,63); }

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

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

 span { border-color: rgb(197,132,63); }

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