#C49551

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

Shades of Twine #C49551

Tints of Twine #C49551

Color information

#C49551 (or 0xC49551) is unknown color: approx Twine. HEX triplet: C4, 95 and 51. RGB value is (196,149,81). Sum of RGB (Red+Green+Blue) = 196+149+81=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49551 is #3B6AAE. Grayscale: #9B9B9B. Windows color (decimal): -3893935 or 5346756. OLE color: 5346756.

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

Color convert

RGB19614981-
CMYK00.240.590.23
HSL35.48º49.36%54.31%-
HSV(B)35.48º58.67%76.86%-
XYZ3533.8212.47-
YUV155.386.07157.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 81 (32.03% from 255) = 19.01%
R=46.01%
G=34.98%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961498100.240.590.2335.4849.3654.31
HexC495510183B17233136
Octal3042251210307327436166
Binary1100010010010101101000101100011101110111100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49551; }

 p { color: rgb(196,149,81); }

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

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

 a { background-color: rgb(196,149,81); }

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

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

 span { border-color: rgb(196,149,81); }

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