#C28859

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

Shades of Twine #C28859

Tints of Twine #C28859

Color information

#C28859 (or 0xC28859) is unknown color: approx Twine. HEX triplet: C2, 88 and 59. RGB value is (194,136,89). Sum of RGB (Red+Green+Blue) = 194+136+89=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28859 is #3D77A6. Grayscale: #949494. Windows color (decimal): -4028327 or 5867714. OLE color: 5867714.

HSL color Cylindrical-coordinate representation of color #C28859: hue angle of 26.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28859 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19413689-
CMYK00.300.540.24
HSL26.86º46.26%55.49%-
HSV(B)26.86º54.12%76.08%-
XYZ32.8629.813.47-
YUV147.9894.72160.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 89 (35.16% from 255) = 21.24%
R=46.30%
G=32.46%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941368900.300.540.2426.8646.2655.49
HexC2885901E36181b2e37
Octal3022101310366630335667
Binary110000101000100010110010111101101101100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28859; }

 p { color: rgb(194,136,89); }

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

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

 a { background-color: rgb(194,136,89); }

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

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

 span { border-color: rgb(194,136,89); }

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