#C49051

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

Shades of Twine #C49051

Tints of Twine #C49051

Color information

#C49051 (or 0xC49051) is unknown color: approx Twine. HEX triplet: C4, 90 and 51. RGB value is (196,144,81). Sum of RGB (Red+Green+Blue) = 196+144+81=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49051 is #3B6FAE. Grayscale: #989898. Windows color (decimal): -3895215 or 5345476. OLE color: 5345476.

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

Color convert

RGB19614481-
CMYK00.270.590.23
HSL32.87º49.36%54.31%-
HSV(B)32.87º58.67%76.86%-
XYZ34.2232.2812.21-
YUV152.3787.73159.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=46.56%
G=34.20%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961448100.270.590.2332.8749.3654.31
HexC4905101B3B17213136
Octal3042201210337327416166
Binary1100010010010000101000101101111101110111100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49051; }

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

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

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

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

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

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

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

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