Shades of Twine #C78752
Tints of Twine #C78752
RGB
CMYK
RGB Variations
Color information
#C78752 (or 0xC78752) is known color: Twine. HEX triplet: C7, 87 and 52. RGB value is (199,135,82). Sum of RGB (Red+Green+Blue) = 199+135+82=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78752 is #3878AD. Grayscale: #949494. Windows color (decimal): -3700910 or 5408711. OLE color: 5408711.
HSL color Cylindrical-coordinate representation of color #C78752: hue angle of 27.18º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C78752 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 82 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.22 |
| HSL | 27.18º | 0.51% | 0.55% | - |
| HSV(B) | 27.18º | 0.59% | 0.78% | - |
| XYZ | 33.74 | 30.08 | 12.01 | - |
| YUV | 148.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 82 | 0 | 0.32 | 0.59 | 0.22 | 27.18 | 0.51 | 0.55 |
| Hex | C7 | 87 | 52 | 0 | 20 | 3B | 16 | 1B | 33 | 37 |
| Octal | 307 | 207 | 122 | 0 | 40 | 73 | 26 | 33 | 63 | 67 |
| Binary | 11000111 | 10000111 | 1010010 | 0 | 100000 | 111011 | 10110 | 11011 | 110011 | 110111 |
Color Harmonies of #C78752
Complementary color
Monochromatic Colors of #C78752
Black with #C78752
Text Example
Text Example
White with #C78752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78752; }
p { color: rgb(199,135,82); }
H1.HeaderClassName
{
color: #C78752;
}
.AnyTagClassName
{
color: #C78752;
}
</style>
background-color css
<style>
a { background-color: #C78752; }
a { background-color: rgb(199,135,82); }
div.DivClassName
{
background-color: #C78752;
}
.BgClassName
{
background-color: #C78752;
}
</style>
border-color css
<style>
span { border-color: #C78752; }
span { border-color: rgb(199,135,82); }
td.TdClassName
{
border-color: #C78752;
}
.TagClassName
{
border-color: #C78752;
}
</style>