#c49a5a

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

Shades of Twine #C49A5A

Tints of Twine #C49A5A

Color information

#C49A5A (or 0xC49A5A) is unknown color: approx Twine. HEX triplet: C4, 9A and 5A. RGB value is (196,154,90). Sum of RGB (Red+Green+Blue) = 196+154+90=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A5A is #3B65A5. Grayscale: #9F9F9F. Windows color (decimal): -3892646 or 5937860. OLE color: 5937860.

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

Color convert

RGB19615490-
CMYK00.210.540.23
HSL36.23º47.32%56.08%-
HSV(B)36.23º54.08%76.86%-
XYZ36.1735.5914.64-
YUV159.2688.91154.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=44.55%
G=35%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961549000.210.540.2336.2347.3256.08
HexC49A5A0153617242f38
Octal3042321320256627445770
Binary1100010010011010101101001010111011010111100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49a5a; }

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

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

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

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

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

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

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

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