Shades of Tenne (Tawny) #CB4A00
Tints of Tenne (Tawny) #CB4A00
RGB
CMYK
RGB Variations
Color information
#CB4A00 (or 0xCB4A00) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 00. RGB value is (203,74,0). Sum of RGB (Red+Green+Blue) = 203+74+0=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A00 is #34B5FF. Grayscale: #686868. Windows color (decimal): -3454464 or 19147. OLE color: 19147.
HSL color Cylindrical-coordinate representation of color #CB4A00: hue angle of 21.87º 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 #CB4A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.20 |
| HSL | 21.87º | 1% | 0.4% | - |
| HSV(B) | 21.87º | 1% | 0.8% | - |
| XYZ | 27.08 | 17.59 | 1.97 | - |
| YUV | 104.14 | 69.24 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 0 | 0 | 0.64 | 1 | 0.20 | 21.87 | 1 | 0.4 |
| Hex | CB | 4A | 0 | 0 | 40 | 64 | 14 | 16 | 64 | 28 |
| Octal | 313 | 112 | 0 | 0 | 100 | 144 | 24 | 26 | 144 | 50 |
| Binary | 11001011 | 1001010 | 0 | 0 | 1000000 | 1100100 | 10100 | 10110 | 1100100 | 101000 |
Color Harmonies of #CB4A00
Complementary color
Monochromatic Colors of #CB4A00
Black with #CB4A00
Text Example
Text Example
White with #CB4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A00; }
p { color: rgb(203,74,0); }
H1.HeaderClassName
{
color: #CB4A00;
}
.AnyTagClassName
{
color: #CB4A00;
}
</style>
background-color css
<style>
a { background-color: #CB4A00; }
a { background-color: rgb(203,74,0); }
div.DivClassName
{
background-color: #CB4A00;
}
.BgClassName
{
background-color: #CB4A00;
}
</style>
border-color css
<style>
span { border-color: #CB4A00; }
span { border-color: rgb(203,74,0); }
td.TdClassName
{
border-color: #CB4A00;
}
.TagClassName
{
border-color: #CB4A00;
}
</style>