Shades of Tenne (Tawny) #CB4F0B
Tints of Tenne (Tawny) #CB4F0B
RGB
CMYK
RGB Variations
Color information
#CB4F0B (or 0xCB4F0B) is known color: Tenne (Tawny). HEX triplet: CB, 4F and 0B. RGB value is (203,79,11). Sum of RGB (Red+Green+Blue) = 203+79+11=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4F0B is #34B0F4. Grayscale: #6C6C6C. Windows color (decimal): -3453173 or 741323. OLE color: 741323.
HSL color Cylindrical-coordinate representation of color #CB4F0B: hue angle of 21.25º 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 #CB4F0B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.20 |
| HSL | 21.25º | 0.9% | 0.42% | - |
| HSV(B) | 21.25º | 0.95% | 0.8% | - |
| XYZ | 27.48 | 18.31 | 2.4 | - |
| YUV | 108.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 11 | 0 | 0.61 | 0.95 | 0.20 | 21.25 | 0.9 | 0.42 |
| Hex | CB | 4F | B | 0 | 3D | 5F | 14 | 15 | 5A | 2A |
| Octal | 313 | 117 | 13 | 0 | 75 | 137 | 24 | 25 | 132 | 52 |
| Binary | 11001011 | 1001111 | 1011 | 0 | 111101 | 1011111 | 10100 | 10101 | 1011010 | 101010 |
Color Harmonies of #CB4F0B
Complementary color
Monochromatic Colors of #CB4F0B
Black with #CB4F0B
Text Example
Text Example
White with #CB4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4F0B; }
p { color: rgb(203,79,11); }
H1.HeaderClassName
{
color: #CB4F0B;
}
.AnyTagClassName
{
color: #CB4F0B;
}
</style>
background-color css
<style>
a { background-color: #CB4F0B; }
a { background-color: rgb(203,79,11); }
div.DivClassName
{
background-color: #CB4F0B;
}
.BgClassName
{
background-color: #CB4F0B;
}
</style>
border-color css
<style>
span { border-color: #CB4F0B; }
span { border-color: rgb(203,79,11); }
td.TdClassName
{
border-color: #CB4F0B;
}
.TagClassName
{
border-color: #CB4F0B;
}
</style>