Shades of Tenne (Tawny) #CB5A0E
Tints of Tenne (Tawny) #CB5A0E
RGB
CMYK
RGB Variations
Color information
#CB5A0E (or 0xCB5A0E) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 0E. RGB value is (203,90,14). Sum of RGB (Red+Green+Blue) = 203+90+14=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A0E is #34A5F1. Grayscale: #737373. Windows color (decimal): -3450354 or 940747. OLE color: 940747.
HSL color Cylindrical-coordinate representation of color #CB5A0E: hue angle of 24.13º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB5A0E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.20 |
| HSL | 24.13º | 0.87% | 0.43% | - |
| HSV(B) | 24.13º | 0.93% | 0.8% | - |
| XYZ | 28.36 | 20.04 | 2.79 | - |
| YUV | 115.12 | 70.94 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 14 | 0 | 0.56 | 0.93 | 0.20 | 24.13 | 0.87 | 0.43 |
| Hex | CB | 5A | E | 0 | 38 | 5D | 14 | 18 | 57 | 2B |
| Octal | 313 | 132 | 16 | 0 | 70 | 135 | 24 | 30 | 127 | 53 |
| Binary | 11001011 | 1011010 | 1110 | 0 | 111000 | 1011101 | 10100 | 11000 | 1010111 | 101011 |
Color Harmonies of #CB5A0E
Complementary color
Monochromatic Colors of #CB5A0E
Black with #CB5A0E
Text Example
Text Example
White with #CB5A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A0E; }
p { color: rgb(203,90,14); }
H1.HeaderClassName
{
color: #CB5A0E;
}
.AnyTagClassName
{
color: #CB5A0E;
}
</style>
background-color css
<style>
a { background-color: #CB5A0E; }
a { background-color: rgb(203,90,14); }
div.DivClassName
{
background-color: #CB5A0E;
}
.BgClassName
{
background-color: #CB5A0E;
}
</style>
border-color css
<style>
span { border-color: #CB5A0E; }
span { border-color: rgb(203,90,14); }
td.TdClassName
{
border-color: #CB5A0E;
}
.TagClassName
{
border-color: #CB5A0E;
}
</style>