#C48656

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

Shades of Twine #C48656

Tints of Twine #C48656

Color information

#C48656 (or 0xC48656) is unknown color: approx Twine. HEX triplet: C4, 86 and 56. RGB value is (196,134,86). Sum of RGB (Red+Green+Blue) = 196+134+86=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48656 is #3B79A9. Grayscale: #939393. Windows color (decimal): -3897770 or 5670596. OLE color: 5670596.

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

Color convert

RGB19613486-
CMYK00.320.560.23
HSL26.18º48.25%55.29%-
HSV(B)26.18º56.12%76.86%-
XYZ32.9729.4612.75-
YUV147.0793.54162.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=47.12%
G=32.21%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961348600.320.560.2326.1848.2555.29
HexC4865602038171a3037
Octal3042061260407027326067
Binary1100010010000110101011001000001110001011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48656; }

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

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

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

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

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

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

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

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