Shades of Twine #C28B4F
Tints of Twine #C28B4F
RGB
CMYK
RGB Variations
Color information
#C28B4F (or 0xC28B4F) is known color: Twine. HEX triplet: C2, 8B and 4F. RGB value is (194,139,79). Sum of RGB (Red+Green+Blue) = 194+139+79=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B4F is #3D74B0. Grayscale: #949494. Windows color (decimal): -4027569 or 5213122. OLE color: 5213122.
HSL color Cylindrical-coordinate representation of color #C28B4F: hue angle of 31.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C28B4F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 79 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.24 |
| HSL | 31.3º | 0.49% | 0.54% | - |
| HSV(B) | 31.3º | 0.59% | 0.76% | - |
| XYZ | 32.89 | 30.5 | 11.55 | - |
| YUV | 148.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 79 | 0 | 0.28 | 0.59 | 0.24 | 31.3 | 0.49 | 0.54 |
| Hex | C2 | 8B | 4F | 0 | 1C | 3B | 18 | 1F | 31 | 36 |
| Octal | 302 | 213 | 117 | 0 | 34 | 73 | 30 | 37 | 61 | 66 |
| Binary | 11000010 | 10001011 | 1001111 | 0 | 11100 | 111011 | 11000 | 11111 | 110001 | 110110 |
Color Harmonies of #C28B4F
Complementary color
Monochromatic Colors of #C28B4F
Black with #C28B4F
Text Example
Text Example
White with #C28B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B4F; }
p { color: rgb(194,139,79); }
H1.HeaderClassName
{
color: #C28B4F;
}
.AnyTagClassName
{
color: #C28B4F;
}
</style>
background-color css
<style>
a { background-color: #C28B4F; }
a { background-color: rgb(194,139,79); }
div.DivClassName
{
background-color: #C28B4F;
}
.BgClassName
{
background-color: #C28B4F;
}
</style>
border-color css
<style>
span { border-color: #C28B4F; }
span { border-color: rgb(194,139,79); }
td.TdClassName
{
border-color: #C28B4F;
}
.TagClassName
{
border-color: #C28B4F;
}
</style>