Shades of Tenne (Tawny) #CB540D
Tints of Tenne (Tawny) #CB540D
RGB
CMYK
RGB Variations
Color information
#CB540D (or 0xCB540D) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 0D. RGB value is (203,84,13). Sum of RGB (Red+Green+Blue) = 203+84+13=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB540D is #34ABF2. Grayscale: #6F6F6F. Windows color (decimal): -3451891 or 873675. OLE color: 873675.
HSL color Cylindrical-coordinate representation of color #CB540D: hue angle of 22.42º 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 #CB540D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.20 |
| HSL | 22.42º | 0.88% | 0.42% | - |
| HSV(B) | 22.42º | 0.94% | 0.8% | - |
| XYZ | 27.87 | 19.07 | 2.59 | - |
| YUV | 111.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 13 | 0 | 0.59 | 0.94 | 0.20 | 22.42 | 0.88 | 0.42 |
| Hex | CB | 54 | D | 0 | 3B | 5E | 14 | 16 | 58 | 2A |
| Octal | 313 | 124 | 15 | 0 | 73 | 136 | 24 | 26 | 130 | 52 |
| Binary | 11001011 | 1010100 | 1101 | 0 | 111011 | 1011110 | 10100 | 10110 | 1011000 | 101010 |
Color Harmonies of #CB540D
Complementary color
Monochromatic Colors of #CB540D
Black with #CB540D
Text Example
Text Example
White with #CB540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB540D; }
p { color: rgb(203,84,13); }
H1.HeaderClassName
{
color: #CB540D;
}
.AnyTagClassName
{
color: #CB540D;
}
</style>
background-color css
<style>
a { background-color: #CB540D; }
a { background-color: rgb(203,84,13); }
div.DivClassName
{
background-color: #CB540D;
}
.BgClassName
{
background-color: #CB540D;
}
</style>
border-color css
<style>
span { border-color: #CB540D; }
span { border-color: rgb(203,84,13); }
td.TdClassName
{
border-color: #CB540D;
}
.TagClassName
{
border-color: #CB540D;
}
</style>