Shades of Twine #CB8E53
Tints of Twine #CB8E53
RGB
CMYK
RGB Variations
Color information
#CB8E53 (or 0xCB8E53) is known color: Twine. HEX triplet: CB, 8E and 53. RGB value is (203,142,83). Sum of RGB (Red+Green+Blue) = 203+142+83=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E53 is #3471AC. Grayscale: #999999. Windows color (decimal): -3436973 or 5476043. OLE color: 5476043.
HSL color Cylindrical-coordinate representation of color #CB8E53: hue angle of 29.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB8E53 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 83 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.20 |
| HSL | 29.5º | 0.54% | 0.56% | - |
| HSV(B) | 29.5º | 0.59% | 0.8% | - |
| XYZ | 35.86 | 32.67 | 12.6 | - |
| YUV | 153.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 83 | 0 | 0.30 | 0.59 | 0.20 | 29.5 | 0.54 | 0.56 |
| Hex | CB | 8E | 53 | 0 | 1E | 3B | 14 | 1E | 36 | 38 |
| Octal | 313 | 216 | 123 | 0 | 36 | 73 | 24 | 36 | 66 | 70 |
| Binary | 11001011 | 10001110 | 1010011 | 0 | 11110 | 111011 | 10100 | 11110 | 110110 | 111000 |
Color Harmonies of #CB8E53
Complementary color
Monochromatic Colors of #CB8E53
Black with #CB8E53
Text Example
Text Example
White with #CB8E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E53; }
p { color: rgb(203,142,83); }
H1.HeaderClassName
{
color: #CB8E53;
}
.AnyTagClassName
{
color: #CB8E53;
}
</style>
background-color css
<style>
a { background-color: #CB8E53; }
a { background-color: rgb(203,142,83); }
div.DivClassName
{
background-color: #CB8E53;
}
.BgClassName
{
background-color: #CB8E53;
}
</style>
border-color css
<style>
span { border-color: #CB8E53; }
span { border-color: rgb(203,142,83); }
td.TdClassName
{
border-color: #CB8E53;
}
.TagClassName
{
border-color: #CB8E53;
}
</style>