#C49157

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

Shades of Twine #C49157

Tints of Twine #C49157

Color information

#C49157 (or 0xC49157) is unknown color: approx Twine. HEX triplet: C4, 91 and 57. RGB value is (196,145,87). Sum of RGB (Red+Green+Blue) = 196+145+87=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C49157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49157 is #3B6EA8. Grayscale: #999999. Windows color (decimal): -3894953 or 5738948. OLE color: 5738948.

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

Color convert

RGB19614587-
CMYK00.260.560.23
HSL31.93º48.02%55.49%-
HSV(B)31.93º55.61%76.86%-
XYZ34.6132.6713.5-
YUV153.6490.4158.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=45.79%
G=33.88%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961458700.260.560.2331.9348.0255.49
HexC4915701A3817203037
Octal3042211270327027406067
Binary1100010010010001101011101101011100010111100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49157; }

 p { color: rgb(196,145,87); }

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

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

 a { background-color: rgb(196,145,87); }

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

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

 span { border-color: rgb(196,145,87); }

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