#C28B58

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

Shades of Twine #C28B58

Tints of Twine #C28B58

Color information

#C28B58 (or 0xC28B58) is unknown color: approx Twine. HEX triplet: C2, 8B and 58. RGB value is (194,139,88). Sum of RGB (Red+Green+Blue) = 194+139+88=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B58 is #3D74A7. Grayscale: #959595. Windows color (decimal): -4027560 or 5802946. OLE color: 5802946.

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

Color convert

RGB19413988-
CMYK00.280.550.24
HSL28.87º46.49%55.29%-
HSV(B)28.87º54.64%76.08%-
XYZ33.2430.6413.39-
YUV149.6393.22159.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=46.08%
G=33.02%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941398800.280.550.2428.8746.4955.29
HexC28B5801C37181d2e37
Octal3022131300346730355667
Binary110000101000101110110000111001101111100011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B58; }

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

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

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

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

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

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

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

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