#C28B59

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

Shades of Twine #C28B59

Tints of Twine #C28B59

Color information

#C28B59 (or 0xC28B59) is unknown color: approx Twine. HEX triplet: C2, 8B and 59. RGB value is (194,139,89). Sum of RGB (Red+Green+Blue) = 194+139+89=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B59 is #3D74A6. Grayscale: #959595. Windows color (decimal): -4027559 or 5868482. OLE color: 5868482.

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

Color convert

RGB19413989-
CMYK00.280.540.24
HSL28.57º46.26%55.49%-
HSV(B)28.57º54.12%76.08%-
XYZ33.2830.6613.61-
YUV149.7493.72159.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=45.97%
G=32.94%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941398900.280.540.2428.5746.2655.49
HexC28B5901C36181d2e37
Octal3022131310346630355667
Binary110000101000101110110010111001101101100011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B59; }

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

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

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

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

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

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

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

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