#C49552

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

Shades of Twine #C49552

Tints of Twine #C49552

Color information

#C49552 (or 0xC49552) is unknown color: approx Twine. HEX triplet: C4, 95 and 52. RGB value is (196,149,82). Sum of RGB (Red+Green+Blue) = 196+149+82=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C49552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49552 is #3B6AAD. Grayscale: #9B9B9B. Windows color (decimal): -3893934 or 5412292. OLE color: 5412292.

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

Color convert

RGB19614982-
CMYK00.240.580.23
HSL35.26º49.14%54.51%-
HSV(B)35.26º58.16%76.86%-
XYZ35.0433.8412.67-
YUV155.4286.57156.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=45.90%
G=34.89%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961498200.240.580.2335.2649.1454.51
HexC495520183A17233137
Octal3042251220307227436167
Binary1100010010010101101001001100011101010111100011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49552; }

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

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

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

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

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

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

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

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