#C49B55

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

Shades of Twine #C49B55

Tints of Twine #C49B55

Color information

#C49B55 (or 0xC49B55) is unknown color: approx Twine. HEX triplet: C4, 9B and 55. RGB value is (196,155,85). Sum of RGB (Red+Green+Blue) = 196+155+85=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B55 is #3B64AA. Grayscale: #9F9F9F. Windows color (decimal): -3892395 or 5610436. OLE color: 5610436.

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

Color convert

RGB19615585-
CMYK00.210.570.23
HSL37.84º48.47%55.1%-
HSV(B)37.84º56.63%76.86%-
XYZ36.1335.8313.61-
YUV159.2886.08154.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=44.95%
G=35.55%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961558500.210.570.2337.8448.4755.1
HexC49B550153917263037
Octal3042331250257127466067
Binary1100010010011011101010101010111100110111100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49B55; }

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

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

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

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

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

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

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

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