Shades of Tenne (Tawny) #CB5814
Tints of Tenne (Tawny) #CB5814
RGB
CMYK
RGB Variations
Color information
#CB5814 (or 0xCB5814) is known color: Tenne (Tawny). HEX triplet: CB, 58 and 14. RGB value is (203,88,20). Sum of RGB (Red+Green+Blue) = 203+88+20=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5814 is #34A7EB. Grayscale: #737373. Windows color (decimal): -3450860 or 1333451. OLE color: 1333451.
HSL color Cylindrical-coordinate representation of color #CB5814: hue angle of 22.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB5814 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.20 |
| HSL | 22.3º | 0.82% | 0.44% | - |
| HSV(B) | 22.3º | 0.9% | 0.8% | - |
| XYZ | 28.24 | 19.73 | 2.98 | - |
| YUV | 114.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 20 | 0 | 0.57 | 0.90 | 0.20 | 22.3 | 0.82 | 0.44 |
| Hex | CB | 58 | 14 | 0 | 39 | 5A | 14 | 16 | 52 | 2C |
| Octal | 313 | 130 | 24 | 0 | 71 | 132 | 24 | 26 | 122 | 54 |
| Binary | 11001011 | 1011000 | 10100 | 0 | 111001 | 1011010 | 10100 | 10110 | 1010010 | 101100 |
Color Harmonies of #CB5814
Complementary color
Monochromatic Colors of #CB5814
Black with #CB5814
Text Example
Text Example
White with #CB5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5814; }
p { color: rgb(203,88,20); }
H1.HeaderClassName
{
color: #CB5814;
}
.AnyTagClassName
{
color: #CB5814;
}
</style>
background-color css
<style>
a { background-color: #CB5814; }
a { background-color: rgb(203,88,20); }
div.DivClassName
{
background-color: #CB5814;
}
.BgClassName
{
background-color: #CB5814;
}
</style>
border-color css
<style>
span { border-color: #CB5814; }
span { border-color: rgb(203,88,20); }
td.TdClassName
{
border-color: #CB5814;
}
.TagClassName
{
border-color: #CB5814;
}
</style>