#C28D55

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

Shades of Twine #C28D55

Tints of Twine #C28D55

Color information

#C28D55 (or 0xC28D55) is unknown color: approx Twine. HEX triplet: C2, 8D and 55. RGB value is (194,141,85). Sum of RGB (Red+Green+Blue) = 194+141+85=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D55 is #3D72AA. Grayscale: #969696. Windows color (decimal): -4027051 or 5606850. OLE color: 5606850.

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

Color convert

RGB19414185-
CMYK00.270.560.24
HSL30.83º47.19%54.71%-
HSV(B)30.83º56.19%76.08%-
XYZ33.4131.1712.85-
YUV150.4691.06159.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=46.19%
G=33.57%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941418500.270.560.2430.8347.1954.71
HexC28D5501B38181f2f37
Octal3022151250337030375767
Binary110000101000110110101010110111110001100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D55; }

 p { color: rgb(194,141,85); }

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

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

 a { background-color: rgb(194,141,85); }

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

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

 span { border-color: rgb(194,141,85); }

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