#C49D58

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

Shades of Twine #C49D58

Tints of Twine #C49D58

Color information

#C49D58 (or 0xC49D58) is unknown color: approx Twine. HEX triplet: C4, 9D and 58. RGB value is (196,157,88). Sum of RGB (Red+Green+Blue) = 196+157+88=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D58 is #3B62A7. Grayscale: #A1A1A1. Windows color (decimal): -3891880 or 5807556. OLE color: 5807556.

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

Color convert

RGB19615788-
CMYK00.200.550.23
HSL38.33º47.79%55.69%-
HSV(B)38.33º55.1%76.86%-
XYZ36.5836.5514.36-
YUV160.7986.92153.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=44.44%
G=35.60%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961578800.200.550.2338.3347.7955.69
HexC49D580143717263038
Octal3042351300246727466070
Binary1100010010011101101100001010011011110111100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D58; }

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

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

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

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

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

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

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

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