Shades of Twine #C28A52
Tints of Twine #C28A52
RGB
CMYK
RGB Variations
Color information
#C28A52 (or 0xC28A52) is known color: Twine. HEX triplet: C2, 8A and 52. RGB value is (194,138,82). Sum of RGB (Red+Green+Blue) = 194+138+82=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A52 is #3D75AD. Grayscale: #949494. Windows color (decimal): -4027822 or 5409474. OLE color: 5409474.
HSL color Cylindrical-coordinate representation of color #C28A52: hue angle of 30º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C28A52 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 82 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.24 |
| HSL | 30º | 0.48% | 0.54% | - |
| HSV(B) | 30º | 0.58% | 0.76% | - |
| XYZ | 32.86 | 30.26 | 12.09 | - |
| YUV | 148.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 82 | 0 | 0.29 | 0.58 | 0.24 | 30 | 0.48 | 0.54 |
| Hex | C2 | 8A | 52 | 0 | 1D | 3A | 18 | 1E | 30 | 36 |
| Octal | 302 | 212 | 122 | 0 | 35 | 72 | 30 | 36 | 60 | 66 |
| Binary | 11000010 | 10001010 | 1010010 | 0 | 11101 | 111010 | 11000 | 11110 | 110000 | 110110 |
Color Harmonies of #C28A52
Complementary color
Monochromatic Colors of #C28A52
Black with #C28A52
Text Example
Text Example
White with #C28A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A52; }
p { color: rgb(194,138,82); }
H1.HeaderClassName
{
color: #C28A52;
}
.AnyTagClassName
{
color: #C28A52;
}
</style>
background-color css
<style>
a { background-color: #C28A52; }
a { background-color: rgb(194,138,82); }
div.DivClassName
{
background-color: #C28A52;
}
.BgClassName
{
background-color: #C28A52;
}
</style>
border-color css
<style>
span { border-color: #C28A52; }
span { border-color: rgb(194,138,82); }
td.TdClassName
{
border-color: #C28A52;
}
.TagClassName
{
border-color: #C28A52;
}
</style>