Shades of Tenne (Tawny) #CB510D
Tints of Tenne (Tawny) #CB510D
RGB
CMYK
RGB Variations
Color information
#CB510D (or 0xCB510D) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 0D. RGB value is (203,81,13). Sum of RGB (Red+Green+Blue) = 203+81+13=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB510D is #34AEF2. Grayscale: #6E6E6E. Windows color (decimal): -3452659 or 872907. OLE color: 872907.
HSL color Cylindrical-coordinate representation of color #CB510D: hue angle of 21.47º 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 #CB510D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.20 |
| HSL | 21.47º | 0.88% | 0.42% | - |
| HSV(B) | 21.47º | 0.94% | 0.8% | - |
| XYZ | 27.64 | 18.61 | 2.52 | - |
| YUV | 109.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 13 | 0 | 0.60 | 0.94 | 0.20 | 21.47 | 0.88 | 0.42 |
| Hex | CB | 51 | D | 0 | 3C | 5E | 14 | 15 | 58 | 2A |
| Octal | 313 | 121 | 15 | 0 | 74 | 136 | 24 | 25 | 130 | 52 |
| Binary | 11001011 | 1010001 | 1101 | 0 | 111100 | 1011110 | 10100 | 10101 | 1011000 | 101010 |
Color Harmonies of #CB510D
Complementary color
Monochromatic Colors of #CB510D
Black with #CB510D
Text Example
Text Example
White with #CB510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB510D; }
p { color: rgb(203,81,13); }
H1.HeaderClassName
{
color: #CB510D;
}
.AnyTagClassName
{
color: #CB510D;
}
</style>
background-color css
<style>
a { background-color: #CB510D; }
a { background-color: rgb(203,81,13); }
div.DivClassName
{
background-color: #CB510D;
}
.BgClassName
{
background-color: #CB510D;
}
</style>
border-color css
<style>
span { border-color: #CB510D; }
span { border-color: rgb(203,81,13); }
td.TdClassName
{
border-color: #CB510D;
}
.TagClassName
{
border-color: #CB510D;
}
</style>