#C48644

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

Shades of Peru #C48644

Tints of Peru #C48644

Color information

#C48644 (or 0xC48644) is unknown color: approx Peru. HEX triplet: C4, 86 and 44. RGB value is (196,134,68). Sum of RGB (Red+Green+Blue) = 196+134+68=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C48644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48644 is #3B79BB. Grayscale: #919191. Windows color (decimal): -3897788 or 4490948. OLE color: 4490948.

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

Color convert

RGB19613468-
CMYK00.320.650.23
HSL30.94º52.03%51.76%-
HSV(B)30.94º65.31%76.86%-
XYZ32.3329.29.4-
YUV145.0184.54164.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 68 (26.95% from 255) = 17.09%
R=49.25%
G=33.67%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961346800.320.650.2330.9452.0351.76
HexC4864402041171f3434
Octal30420610404010127376464
Binary11000100100001101000100010000010000011011111111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48644; }

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

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

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

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

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

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

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

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