#C49261

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

Shades of Twine #C49261

Tints of Twine #C49261

Color information

#C49261 (or 0xC49261) is unknown color: approx Twine. HEX triplet: C4, 92 and 61. RGB value is (196,146,97). Sum of RGB (Red+Green+Blue) = 196+146+97=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C49261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49261 is #3B6D9E. Grayscale: #9B9B9B. Windows color (decimal): -3894687 or 6394564. OLE color: 6394564.

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

Color convert

RGB19614697-
CMYK00.260.510.23
HSL29.7º45.62%57.45%-
HSV(B)29.7º50.51%76.86%-
XYZ35.233.1615.85-
YUV155.3695.06156.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=44.65%
G=33.26%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961469700.260.510.2329.745.6257.45
HexC4926101A33171e2e39
Octal3042221410326327365671
Binary110001001001001011000010110101100111011111110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49261; }

 p { color: rgb(196,146,97); }

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

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

 a { background-color: rgb(196,146,97); }

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

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

 span { border-color: rgb(196,146,97); }

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