Shades of Tenne (Tawny) #CB4D00
Tints of Tenne (Tawny) #CB4D00
RGB
CMYK
RGB Variations
Color information
#CB4D00 (or 0xCB4D00) is known color: Tenne (Tawny). HEX triplet: CB, 4D and 00. RGB value is (203,77,0). Sum of RGB (Red+Green+Blue) = 203+77+0=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D00 is #34B2FF. Grayscale: #6A6A6A. Windows color (decimal): -3453696 or 19915. OLE color: 19915.
HSL color Cylindrical-coordinate representation of color #CB4D00: hue angle of 22.76º 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 #CB4D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.20 |
| HSL | 22.76º | 1% | 0.4% | - |
| HSV(B) | 22.76º | 1% | 0.8% | - |
| XYZ | 27.28 | 18 | 2.04 | - |
| YUV | 105.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 0 | 0 | 0.62 | 1 | 0.20 | 22.76 | 1 | 0.4 |
| Hex | CB | 4D | 0 | 0 | 3E | 64 | 14 | 17 | 64 | 28 |
| Octal | 313 | 115 | 0 | 0 | 76 | 144 | 24 | 27 | 144 | 50 |
| Binary | 11001011 | 1001101 | 0 | 0 | 111110 | 1100100 | 10100 | 10111 | 1100100 | 101000 |
Color Harmonies of #CB4D00
Complementary color
Monochromatic Colors of #CB4D00
Black with #CB4D00
Text Example
Text Example
White with #CB4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D00; }
p { color: rgb(203,77,0); }
H1.HeaderClassName
{
color: #CB4D00;
}
.AnyTagClassName
{
color: #CB4D00;
}
</style>
background-color css
<style>
a { background-color: #CB4D00; }
a { background-color: rgb(203,77,0); }
div.DivClassName
{
background-color: #CB4D00;
}
.BgClassName
{
background-color: #CB4D00;
}
</style>
border-color css
<style>
span { border-color: #CB4D00; }
span { border-color: rgb(203,77,0); }
td.TdClassName
{
border-color: #CB4D00;
}
.TagClassName
{
border-color: #CB4D00;
}
</style>