#C48747

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

Shades of Peru #C48747

Tints of Peru #C48747

Color information

#C48747 (or 0xC48747) is unknown color: approx Peru. HEX triplet: C4, 87 and 47. RGB value is (196,135,71). Sum of RGB (Red+Green+Blue) = 196+135+71=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C48747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48747 is #3B78B8. Grayscale: #929292. Windows color (decimal): -3897529 or 4687812. OLE color: 4687812.

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

Color convert

RGB19613571-
CMYK00.310.640.23
HSL30.72º51.44%52.35%-
HSV(B)30.72º63.78%76.86%-
XYZ32.5729.529.94-
YUV145.9485.71163.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=48.76%
G=33.58%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961357100.310.640.2330.7251.4452.35
HexC4874701F40171f3334
Octal30420710703710027376364
Binary1100010010000111100011101111110000001011111111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48747; }

 p { color: rgb(196,135,71); }

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

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

 a { background-color: rgb(196,135,71); }

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

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

 span { border-color: rgb(196,135,71); }

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