#C48441

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

Shades of Peru #C48441

Tints of Peru #C48441

Color information

#C48441 (or 0xC48441) is unknown color: approx Peru. HEX triplet: C4, 84 and 41. RGB value is (196,132,65). Sum of RGB (Red+Green+Blue) = 196+132+65=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C48441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48441 is #3B7BBE. Grayscale: #8F8F8F. Windows color (decimal): -3898303 or 4293828. OLE color: 4293828.

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

Color convert

RGB19613265-
CMYK00.330.670.23
HSL30.69º52.61%51.18%-
HSV(B)30.69º66.84%76.86%-
XYZ31.9728.628.84-
YUV143.583.7165.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=49.87%
G=33.59%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961326500.330.670.2330.6952.6151.18
HexC4844102143171f3533
Octal30420410104110327376563
Binary11000100100001001000001010000110000111011111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48441; }

 p { color: rgb(196,132,65); }

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

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

 a { background-color: rgb(196,132,65); }

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

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

 span { border-color: rgb(196,132,65); }

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