#C49B59

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

Shades of Twine #C49B59

Tints of Twine #C49B59

Color information

#C49B59 (or 0xC49B59) is unknown color: approx Twine. HEX triplet: C4, 9B and 59. RGB value is (196,155,89). Sum of RGB (Red+Green+Blue) = 196+155+89=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B59 is #3B64A6. Grayscale: #A0A0A0. Windows color (decimal): -3892391 or 5872580. OLE color: 5872580.

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

Color convert

RGB19615589-
CMYK00.210.550.23
HSL37.01º47.56%55.88%-
HSV(B)37.01º54.59%76.86%-
XYZ36.2935.914.47-
YUV159.7488.08153.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 89 (35.16% from 255) = 20.23%
R=44.55%
G=35.23%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961558900.210.550.2337.0147.5655.88
HexC49B590153717253038
Octal3042331310256727456070
Binary1100010010011011101100101010111011110111100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49B59; }

 p { color: rgb(196,155,89); }

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

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

 a { background-color: rgb(196,155,89); }

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

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

 span { border-color: rgb(196,155,89); }

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