Shades of Tenne (Tawny) #CB520D
Tints of Tenne (Tawny) #CB520D
RGB
CMYK
RGB Variations
Color information
#CB520D (or 0xCB520D) is known color: Tenne (Tawny). HEX triplet: CB, 52 and 0D. RGB value is (203,82,13). Sum of RGB (Red+Green+Blue) = 203+82+13=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB520D is #34ADF2. Grayscale: #6E6E6E. Windows color (decimal): -3452403 or 873163. OLE color: 873163.
HSL color Cylindrical-coordinate representation of color #CB520D: hue angle of 21.79º 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 #CB520D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.20 |
| HSL | 21.79º | 0.88% | 0.42% | - |
| HSV(B) | 21.79º | 0.94% | 0.8% | - |
| XYZ | 27.72 | 18.76 | 2.54 | - |
| YUV | 110.31 | 73.09 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 13 | 0 | 0.60 | 0.94 | 0.20 | 21.79 | 0.88 | 0.42 |
| Hex | CB | 52 | D | 0 | 3C | 5E | 14 | 16 | 58 | 2A |
| Octal | 313 | 122 | 15 | 0 | 74 | 136 | 24 | 26 | 130 | 52 |
| Binary | 11001011 | 1010010 | 1101 | 0 | 111100 | 1011110 | 10100 | 10110 | 1011000 | 101010 |
Color Harmonies of #CB520D
Complementary color
Monochromatic Colors of #CB520D
Black with #CB520D
Text Example
Text Example
White with #CB520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB520D; }
p { color: rgb(203,82,13); }
H1.HeaderClassName
{
color: #CB520D;
}
.AnyTagClassName
{
color: #CB520D;
}
</style>
background-color css
<style>
a { background-color: #CB520D; }
a { background-color: rgb(203,82,13); }
div.DivClassName
{
background-color: #CB520D;
}
.BgClassName
{
background-color: #CB520D;
}
</style>
border-color css
<style>
span { border-color: #CB520D; }
span { border-color: rgb(203,82,13); }
td.TdClassName
{
border-color: #CB520D;
}
.TagClassName
{
border-color: #CB520D;
}
</style>