#C49856

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

Shades of Twine #C49856

Tints of Twine #C49856

Color information

#C49856 (or 0xC49856) is unknown color: approx Twine. HEX triplet: C4, 98 and 56. RGB value is (196,152,86). Sum of RGB (Red+Green+Blue) = 196+152+86=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C49856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49856 is #3B67A9. Grayscale: #9D9D9D. Windows color (decimal): -3893162 or 5675204. OLE color: 5675204.

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

Color convert

RGB19615286-
CMYK00.220.560.23
HSL36º48.25%55.29%-
HSV(B)36º56.12%76.86%-
XYZ35.6734.8613.65-
YUV157.6387.58155.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=45.16%
G=35.02%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961528600.220.560.233648.2555.29
HexC498560163817243037
Octal3042301260267027446067
Binary1100010010011000101011001011011100010111100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49856; }

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

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

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

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

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

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

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

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