#C49954

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

Shades of Twine #C49954

Tints of Twine #C49954

Color information

#C49954 (or 0xC49954) is unknown color: approx Twine. HEX triplet: C4, 99 and 54. RGB value is (196,153,84). Sum of RGB (Red+Green+Blue) = 196+153+84=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49954 is #3B66AB. Grayscale: #9E9E9E. Windows color (decimal): -3892908 or 5544388. OLE color: 5544388.

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

Color convert

RGB19615384-
CMYK00.220.570.23
HSL36.96º48.7%54.9%-
HSV(B)36.96º57.14%76.86%-
XYZ35.7635.1613.29-
YUV157.9986.25155.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=45.27%
G=35.33%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961538400.220.570.2336.9648.754.9
HexC499540163917253137
Octal3042311240267127456167
Binary1100010010011001101010001011011100110111100101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49954; }

 p { color: rgb(196,153,84); }

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

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

 a { background-color: rgb(196,153,84); }

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

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

 span { border-color: rgb(196,153,84); }

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