Shades of Tenne (Tawny) #CB540B
Tints of Tenne (Tawny) #CB540B
RGB
CMYK
RGB Variations
Color information
#CB540B (or 0xCB540B) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 0B. RGB value is (203,84,11). Sum of RGB (Red+Green+Blue) = 203+84+11=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB540B is #34ABF4. Grayscale: #6F6F6F. Windows color (decimal): -3451893 or 742603. OLE color: 742603.
HSL color Cylindrical-coordinate representation of color #CB540B: hue angle of 22.81º 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 #CB540B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.20 |
| HSL | 22.81º | 0.9% | 0.42% | - |
| HSV(B) | 22.81º | 0.95% | 0.8% | - |
| XYZ | 27.86 | 19.06 | 2.53 | - |
| YUV | 111.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 11 | 0 | 0.59 | 0.95 | 0.20 | 22.81 | 0.9 | 0.42 |
| Hex | CB | 54 | B | 0 | 3B | 5F | 14 | 17 | 5A | 2A |
| Octal | 313 | 124 | 13 | 0 | 73 | 137 | 24 | 27 | 132 | 52 |
| Binary | 11001011 | 1010100 | 1011 | 0 | 111011 | 1011111 | 10100 | 10111 | 1011010 | 101010 |
Color Harmonies of #CB540B
Complementary color
Monochromatic Colors of #CB540B
Black with #CB540B
Text Example
Text Example
White with #CB540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB540B; }
p { color: rgb(203,84,11); }
H1.HeaderClassName
{
color: #CB540B;
}
.AnyTagClassName
{
color: #CB540B;
}
</style>
background-color css
<style>
a { background-color: #CB540B; }
a { background-color: rgb(203,84,11); }
div.DivClassName
{
background-color: #CB540B;
}
.BgClassName
{
background-color: #CB540B;
}
</style>
border-color css
<style>
span { border-color: #CB540B; }
span { border-color: rgb(203,84,11); }
td.TdClassName
{
border-color: #CB540B;
}
.TagClassName
{
border-color: #CB540B;
}
</style>