#C49451

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

Shades of Twine #C49451

Tints of Twine #C49451

Color information

#C49451 (or 0xC49451) is unknown color: approx Twine. HEX triplet: C4, 94 and 51. RGB value is (196,148,81). Sum of RGB (Red+Green+Blue) = 196+148+81=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C49451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49451 is #3B6BAE. Grayscale: #9B9B9B. Windows color (decimal): -3894191 or 5346500. OLE color: 5346500.

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

Color convert

RGB19614881-
CMYK00.240.590.23
HSL34.96º49.36%54.31%-
HSV(B)34.96º58.67%76.86%-
XYZ34.8433.5112.42-
YUV154.7186.4157.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=46.12%
G=34.82%
B=19.06%

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
Decimal1961488100.240.590.2334.9649.3654.31
HexC494510183B17233136
Octal3042241210307327436166
Binary1100010010010100101000101100011101110111100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49451; }

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

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

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

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

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

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

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

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