#C49D57

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

Shades of Twine #C49D57

Tints of Twine #C49D57

Color information

#C49D57 (or 0xC49D57) is unknown color: approx Twine. HEX triplet: C4, 9D and 57. RGB value is (196,157,87). Sum of RGB (Red+Green+Blue) = 196+157+87=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D57 is #3B62A8. Grayscale: #A1A1A1. Windows color (decimal): -3891881 or 5742020. OLE color: 5742020.

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

Color convert

RGB19615787-
CMYK00.200.560.23
HSL38.53º48.02%55.49%-
HSV(B)38.53º55.61%76.86%-
XYZ36.5436.5414.14-
YUV160.6886.42153.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 87 (34.38% from 255) = 19.77%
R=44.55%
G=35.68%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961578700.200.560.2338.5348.0255.49
HexC49D570143817273037
Octal3042351270247027476067
Binary1100010010011101101011101010011100010111100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D57; }

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

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

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

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

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

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

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

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