Shades of Twine #CB8B4E
Tints of Twine #CB8B4E
RGB
CMYK
RGB Variations
Color information
#CB8B4E (or 0xCB8B4E) is known color: Twine. HEX triplet: CB, 8B and 4E. RGB value is (203,139,78). Sum of RGB (Red+Green+Blue) = 203+139+78=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B4E is #3474B1. Grayscale: #979797. Windows color (decimal): -3437746 or 5147595. OLE color: 5147595.
HSL color Cylindrical-coordinate representation of color #CB8B4E: hue angle of 29.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB8B4E is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 78 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.20 |
| HSL | 29.28º | 0.55% | 0.55% | - |
| HSV(B) | 29.28º | 0.62% | 0.8% | - |
| XYZ | 35.24 | 31.71 | 11.47 | - |
| YUV | 151.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 78 | 0 | 0.32 | 0.62 | 0.20 | 29.28 | 0.55 | 0.55 |
| Hex | CB | 8B | 4E | 0 | 20 | 3E | 14 | 1D | 37 | 37 |
| Octal | 313 | 213 | 116 | 0 | 40 | 76 | 24 | 35 | 67 | 67 |
| Binary | 11001011 | 10001011 | 1001110 | 0 | 100000 | 111110 | 10100 | 11101 | 110111 | 110111 |
Color Harmonies of #CB8B4E
Complementary color
Monochromatic Colors of #CB8B4E
Black with #CB8B4E
Text Example
Text Example
White with #CB8B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B4E; }
p { color: rgb(203,139,78); }
H1.HeaderClassName
{
color: #CB8B4E;
}
.AnyTagClassName
{
color: #CB8B4E;
}
</style>
background-color css
<style>
a { background-color: #CB8B4E; }
a { background-color: rgb(203,139,78); }
div.DivClassName
{
background-color: #CB8B4E;
}
.BgClassName
{
background-color: #CB8B4E;
}
</style>
border-color css
<style>
span { border-color: #CB8B4E; }
span { border-color: rgb(203,139,78); }
td.TdClassName
{
border-color: #CB8B4E;
}
.TagClassName
{
border-color: #CB8B4E;
}
</style>