Shades of Tenne (Tawny) #CB5D00
Tints of Tenne (Tawny) #CB5D00
RGB
CMYK
RGB Variations
Color information
#CB5D00 (or 0xCB5D00) is known color: Tenne (Tawny). HEX triplet: CB, 5D and 00. RGB value is (203,93,0). Sum of RGB (Red+Green+Blue) = 203+93+0=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D00 is #34A2FF. Grayscale: #737373. Windows color (decimal): -3449600 or 24011. OLE color: 24011.
HSL color Cylindrical-coordinate representation of color #CB5D00: hue angle of 27.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB5D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.20 |
| HSL | 27.49º | 1% | 0.4% | - |
| HSV(B) | 27.49º | 1% | 0.8% | - |
| XYZ | 28.54 | 20.53 | 2.46 | - |
| YUV | 115.29 | 62.94 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 0 | 0 | 0.54 | 1 | 0.20 | 27.49 | 1 | 0.4 |
| Hex | CB | 5D | 0 | 0 | 36 | 64 | 14 | 1B | 64 | 28 |
| Octal | 313 | 135 | 0 | 0 | 66 | 144 | 24 | 33 | 144 | 50 |
| Binary | 11001011 | 1011101 | 0 | 0 | 110110 | 1100100 | 10100 | 11011 | 1100100 | 101000 |
Color Harmonies of #CB5D00
Complementary color
Monochromatic Colors of #CB5D00
Black with #CB5D00
Text Example
Text Example
White with #CB5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D00; }
p { color: rgb(203,93,0); }
H1.HeaderClassName
{
color: #CB5D00;
}
.AnyTagClassName
{
color: #CB5D00;
}
</style>
background-color css
<style>
a { background-color: #CB5D00; }
a { background-color: rgb(203,93,0); }
div.DivClassName
{
background-color: #CB5D00;
}
.BgClassName
{
background-color: #CB5D00;
}
</style>
border-color css
<style>
span { border-color: #CB5D00; }
span { border-color: rgb(203,93,0); }
td.TdClassName
{
border-color: #CB5D00;
}
.TagClassName
{
border-color: #CB5D00;
}
</style>