Shades of Tenne (Tawny) #CB5D0B
Tints of Tenne (Tawny) #CB5D0B
RGB
CMYK
RGB Variations
Color information
#CB5D0B (or 0xCB5D0B) is known color: Tenne (Tawny). HEX triplet: CB, 5D and 0B. RGB value is (203,93,11). Sum of RGB (Red+Green+Blue) = 203+93+11=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D0B is #34A2F4. Grayscale: #747474. Windows color (decimal): -3449589 or 744907. OLE color: 744907.
HSL color Cylindrical-coordinate representation of color #CB5D0B: hue angle of 25.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB5D0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.20 |
| HSL | 25.63º | 0.9% | 0.42% | - |
| HSV(B) | 25.63º | 0.95% | 0.8% | - |
| XYZ | 28.6 | 20.55 | 2.78 | - |
| YUV | 116.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 11 | 0 | 0.54 | 0.95 | 0.20 | 25.63 | 0.9 | 0.42 |
| Hex | CB | 5D | B | 0 | 36 | 5F | 14 | 1A | 5A | 2A |
| Octal | 313 | 135 | 13 | 0 | 66 | 137 | 24 | 32 | 132 | 52 |
| Binary | 11001011 | 1011101 | 1011 | 0 | 110110 | 1011111 | 10100 | 11010 | 1011010 | 101010 |
Color Harmonies of #CB5D0B
Complementary color
Monochromatic Colors of #CB5D0B
Black with #CB5D0B
Text Example
Text Example
White with #CB5D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D0B; }
p { color: rgb(203,93,11); }
H1.HeaderClassName
{
color: #CB5D0B;
}
.AnyTagClassName
{
color: #CB5D0B;
}
</style>
background-color css
<style>
a { background-color: #CB5D0B; }
a { background-color: rgb(203,93,11); }
div.DivClassName
{
background-color: #CB5D0B;
}
.BgClassName
{
background-color: #CB5D0B;
}
</style>
border-color css
<style>
span { border-color: #CB5D0B; }
span { border-color: rgb(203,93,11); }
td.TdClassName
{
border-color: #CB5D0B;
}
.TagClassName
{
border-color: #CB5D0B;
}
</style>