#C28959

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

Shades of Twine #C28959

Tints of Twine #C28959

Color information

#C28959 (or 0xC28959) is unknown color: approx Twine. HEX triplet: C2, 89 and 59. RGB value is (194,137,89). Sum of RGB (Red+Green+Blue) = 194+137+89=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28959 is #3D76A6. Grayscale: #949494. Windows color (decimal): -4028071 or 5867970. OLE color: 5867970.

HSL color Cylindrical-coordinate representation of color #C28959: hue angle of 27.43º 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 #C28959 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19413789-
CMYK00.290.540.24
HSL27.43º46.26%55.49%-
HSV(B)27.43º54.12%76.08%-
XYZ3330.0813.52-
YUV148.5794.38160.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=46.19%
G=32.62%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941378900.290.540.2427.4346.2655.49
HexC2895901D36181b2e37
Octal3022111310356630335667
Binary110000101000100110110010111011101101100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28959; }

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

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

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

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

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

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

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

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