Shades of Tenne (Tawny) #CD550B
Tints of Tenne (Tawny) #CD550B
RGB
CMYK
RGB Variations
Color information
#CD550B (or 0xCD550B) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 0B. RGB value is (205,85,11). Sum of RGB (Red+Green+Blue) = 205+85+11=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD550B is #32AAF4. Grayscale: #707070. Windows color (decimal): -3320565 or 742861. OLE color: 742861.
HSL color Cylindrical-coordinate representation of color #CD550B: hue angle of 22.89º 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 #CD550B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.20 |
| HSL | 22.89º | 0.9% | 0.42% | - |
| HSV(B) | 22.89º | 0.95% | 0.8% | - |
| XYZ | 28.49 | 19.5 | 2.58 | - |
| YUV | 112.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 11 | 0 | 0.59 | 0.95 | 0.20 | 22.89 | 0.9 | 0.42 |
| Hex | CD | 55 | B | 0 | 3B | 5F | 14 | 17 | 5A | 2A |
| Octal | 315 | 125 | 13 | 0 | 73 | 137 | 24 | 27 | 132 | 52 |
| Binary | 11001101 | 1010101 | 1011 | 0 | 111011 | 1011111 | 10100 | 10111 | 1011010 | 101010 |
Color Harmonies of #CD550B
Complementary color
Monochromatic Colors of #CD550B
Black with #CD550B
Text Example
Text Example
White with #CD550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD550B; }
p { color: rgb(205,85,11); }
H1.HeaderClassName
{
color: #CD550B;
}
.AnyTagClassName
{
color: #CD550B;
}
</style>
background-color css
<style>
a { background-color: #CD550B; }
a { background-color: rgb(205,85,11); }
div.DivClassName
{
background-color: #CD550B;
}
.BgClassName
{
background-color: #CD550B;
}
</style>
border-color css
<style>
span { border-color: #CD550B; }
span { border-color: rgb(205,85,11); }
td.TdClassName
{
border-color: #CD550B;
}
.TagClassName
{
border-color: #CD550B;
}
</style>