#C28459

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

Shades of Twine #C28459

Tints of Twine #C28459

Color information

#C28459 (or 0xC28459) is unknown color: approx Twine. HEX triplet: C2, 84 and 59. RGB value is (194,132,89). Sum of RGB (Red+Green+Blue) = 194+132+89=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C28459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28459 is #3D7BA6. Grayscale: #919191. Windows color (decimal): -4029351 or 5866690. OLE color: 5866690.

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

Color convert

RGB19413289-
CMYK00.320.540.24
HSL24.57º46.26%55.49%-
HSV(B)24.57º54.12%76.08%-
XYZ32.328.6913.29-
YUV145.6496.04162.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=46.75%
G=31.81%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941328900.320.540.2424.5746.2655.49
HexC284590203618192e37
Octal3022041310406630315667
Binary1100001010000100101100101000001101101100011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28459; }

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

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

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

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

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

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

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

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