#C58643

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

Shades of Peru #C58643

Tints of Peru #C58643

Color information

#C58643 (or 0xC58643) is unknown color: approx Peru. HEX triplet: C5, 86 and 43. RGB value is (197,134,67). Sum of RGB (Red+Green+Blue) = 197+134+67=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C58643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58643 is #3A79BC. Grayscale: #919191. Windows color (decimal): -3832253 or 4425413. OLE color: 4425413.

HSL color Cylindrical-coordinate representation of color #C58643: hue angle of 30.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C58643 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19713467-
CMYK00.320.660.23
HSL30.92º52.85%51.76%-
HSV(B)30.92º65.99%77.25%-
XYZ32.5629.339.25-
YUV145.283.87164.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=49.50%
G=33.67%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971346700.320.660.2330.9252.8551.76
HexC5864302042171f3534
Octal30520610304010227376564
Binary11000101100001101000011010000010000101011111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58643; }

 p { color: rgb(197,134,67); }

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

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

 a { background-color: rgb(197,134,67); }

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

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

 span { border-color: rgb(197,134,67); }

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