Shades of Tenne (Tawny) #CB4B00
Tints of Tenne (Tawny) #CB4B00
RGB
CMYK
RGB Variations
Color information
#CB4B00 (or 0xCB4B00) is known color: Tenne (Tawny). HEX triplet: CB, 4B and 00. RGB value is (203,75,0). Sum of RGB (Red+Green+Blue) = 203+75+0=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B00 is #34B4FF. Grayscale: #696969. Windows color (decimal): -3454208 or 19403. OLE color: 19403.
HSL color Cylindrical-coordinate representation of color #CB4B00: hue angle of 22.17º 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 #CB4B00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.20 |
| HSL | 22.17º | 1% | 0.4% | - |
| HSV(B) | 22.17º | 1% | 0.8% | - |
| XYZ | 27.14 | 17.73 | 1.99 | - |
| YUV | 104.72 | 68.91 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 0 | 0 | 0.63 | 1 | 0.20 | 22.17 | 1 | 0.4 |
| Hex | CB | 4B | 0 | 0 | 3F | 64 | 14 | 16 | 64 | 28 |
| Octal | 313 | 113 | 0 | 0 | 77 | 144 | 24 | 26 | 144 | 50 |
| Binary | 11001011 | 1001011 | 0 | 0 | 111111 | 1100100 | 10100 | 10110 | 1100100 | 101000 |
Color Harmonies of #CB4B00
Complementary color
Monochromatic Colors of #CB4B00
Black with #CB4B00
Text Example
Text Example
White with #CB4B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B00; }
p { color: rgb(203,75,0); }
H1.HeaderClassName
{
color: #CB4B00;
}
.AnyTagClassName
{
color: #CB4B00;
}
</style>
background-color css
<style>
a { background-color: #CB4B00; }
a { background-color: rgb(203,75,0); }
div.DivClassName
{
background-color: #CB4B00;
}
.BgClassName
{
background-color: #CB4B00;
}
</style>
border-color css
<style>
span { border-color: #CB4B00; }
span { border-color: rgb(203,75,0); }
td.TdClassName
{
border-color: #CB4B00;
}
.TagClassName
{
border-color: #CB4B00;
}
</style>