#C28A59

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

Shades of Twine #C28A59

Tints of Twine #C28A59

Color information

#C28A59 (or 0xC28A59) is unknown color: approx Twine. HEX triplet: C2, 8A and 59. RGB value is (194,138,89). Sum of RGB (Red+Green+Blue) = 194+138+89=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A59 is #3D75A6. Grayscale: #959595. Windows color (decimal): -4027815 or 5868226. OLE color: 5868226.

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

Color convert

RGB19413889-
CMYK00.290.540.24
HSL28º46.26%55.49%-
HSV(B)28º54.12%76.08%-
XYZ33.1430.3713.57-
YUV149.1694.05159.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 89 (35.16% from 255) = 21.14%
R=46.08%
G=32.78%
B=21.14%

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
Decimal1941388900.290.540.242846.2655.49
HexC28A5901D36181c2e37
Octal3022121310356630345667
Binary110000101000101010110010111011101101100011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A59; }

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

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

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

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

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

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

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

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