#C49A53

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

Shades of Twine #C49A53

Tints of Twine #C49A53

Color information

#C49A53 (or 0xC49A53) is unknown color: approx Twine. HEX triplet: C4, 9A and 53. RGB value is (196,154,83). Sum of RGB (Red+Green+Blue) = 196+154+83=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A53 is #3B65AC. Grayscale: #9E9E9E. Windows color (decimal): -3892653 or 5479108. OLE color: 5479108.

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

Color convert

RGB19615483-
CMYK00.210.580.23
HSL37.7º48.92%54.71%-
HSV(B)37.7º57.65%76.86%-
XYZ35.8835.4713.14-
YUV158.4685.41154.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 83 (32.81% from 255) = 19.17%
R=45.27%
G=35.57%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961548300.210.580.2337.748.9254.71
HexC49A530153A17263137
Octal3042321230257227466167
Binary1100010010011010101001101010111101010111100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A53; }

 p { color: rgb(196,154,83); }

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

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

 a { background-color: rgb(196,154,83); }

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

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

 span { border-color: rgb(196,154,83); }

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