#c58448

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

Shades of Peru #C58448

Tints of Peru #C58448

Color information

#C58448 (or 0xC58448) is unknown color: approx Peru. HEX triplet: C5, 84 and 48. RGB value is (197,132,72). Sum of RGB (Red+Green+Blue) = 197+132+72=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C58448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58448 is #3A7BB7. Grayscale: #909090. Windows color (decimal): -3832760 or 4752581. OLE color: 4752581.

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

Color convert

RGB19713272-
CMYK00.330.630.23
HSL28.8º51.87%52.75%-
HSV(B)28.8º63.45%77.25%-
XYZ32.4528.849.99-
YUV144.687.03165.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=49.13%
G=32.92%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971327200.330.630.2328.851.8752.75
HexC584480213F171d3435
Octal3052041100417727356465
Binary1100010110000100100100001000011111111011111101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58448; }

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

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

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

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

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

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

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

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