#C48641

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

Shades of Peru #C48641

Tints of Peru #C48641

Color information

#C48641 (or 0xC48641) is unknown color: approx Peru. HEX triplet: C4, 86 and 41. RGB value is (196,134,65). Sum of RGB (Red+Green+Blue) = 196+134+65=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C48641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48641 is #3B79BE. Grayscale: #919191. Windows color (decimal): -3897791 or 4294340. OLE color: 4294340.

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

Color convert

RGB19613465-
CMYK00.320.670.23
HSL31.6º52.61%51.18%-
HSV(B)31.6º66.84%76.86%-
XYZ32.2429.178.93-
YUV144.6783.04164.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=49.62%
G=33.92%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961346500.320.670.2331.652.6151.18
HexC486410204317203533
Octal30420610104010327406563
Binary110001001000011010000010100000100001110111100000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48641; }

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

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

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

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

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

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

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

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