Shades of Tenne (Tawny) #CB4F0D
Tints of Tenne (Tawny) #CB4F0D
RGB
CMYK
RGB Variations
Color information
#CB4F0D (or 0xCB4F0D) is known color: Tenne (Tawny). HEX triplet: CB, 4F and 0D. RGB value is (203,79,13). Sum of RGB (Red+Green+Blue) = 203+79+13=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4F0D is #34B0F2. Grayscale: #6C6C6C. Windows color (decimal): -3453171 or 872395. OLE color: 872395.
HSL color Cylindrical-coordinate representation of color #CB4F0D: hue angle of 20.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB4F0D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.20 |
| HSL | 20.84º | 0.88% | 0.42% | - |
| HSV(B) | 20.84º | 0.94% | 0.8% | - |
| XYZ | 27.5 | 18.32 | 2.47 | - |
| YUV | 108.55 | 74.08 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 13 | 0 | 0.61 | 0.94 | 0.20 | 20.84 | 0.88 | 0.42 |
| Hex | CB | 4F | D | 0 | 3D | 5E | 14 | 15 | 58 | 2A |
| Octal | 313 | 117 | 15 | 0 | 75 | 136 | 24 | 25 | 130 | 52 |
| Binary | 11001011 | 1001111 | 1101 | 0 | 111101 | 1011110 | 10100 | 10101 | 1011000 | 101010 |
Color Harmonies of #CB4F0D
Complementary color
Monochromatic Colors of #CB4F0D
Black with #CB4F0D
Text Example
Text Example
White with #CB4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4F0D; }
p { color: rgb(203,79,13); }
H1.HeaderClassName
{
color: #CB4F0D;
}
.AnyTagClassName
{
color: #CB4F0D;
}
</style>
background-color css
<style>
a { background-color: #CB4F0D; }
a { background-color: rgb(203,79,13); }
div.DivClassName
{
background-color: #CB4F0D;
}
.BgClassName
{
background-color: #CB4F0D;
}
</style>
border-color css
<style>
span { border-color: #CB4F0D; }
span { border-color: rgb(203,79,13); }
td.TdClassName
{
border-color: #CB4F0D;
}
.TagClassName
{
border-color: #CB4F0D;
}
</style>