#C58342

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

Shades of Peru #C58342

Tints of Peru #C58342

Color information

#C58342 (or 0xC58342) is unknown color: approx Peru. HEX triplet: C5, 83 and 42. RGB value is (197,131,66). Sum of RGB (Red+Green+Blue) = 197+131+66=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C58342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58342 is #3A7CBD. Grayscale: #8F8F8F. Windows color (decimal): -3833022 or 4359109. OLE color: 4359109.

HSL color Cylindrical-coordinate representation of color #C58342: hue angle of 29.77º 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 #C58342 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19713166-
CMYK00.340.660.23
HSL29.77º53.04%51.57%-
HSV(B)29.77º66.5%77.25%-
XYZ32.1328.58.96-
YUV143.3284.37166.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=50%
G=33.25%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971316600.340.660.2329.7753.0451.57
HexC5834202242171e3534
Octal30520310204210227366564
Binary11000101100000111000010010001010000101011111110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58342; }

 p { color: rgb(197,131,66); }

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

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

 a { background-color: rgb(197,131,66); }

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

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

 span { border-color: rgb(197,131,66); }

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