Shades of Tenne (Tawny) #CB4A0E
Tints of Tenne (Tawny) #CB4A0E
RGB
CMYK
RGB Variations
Color information
#CB4A0E (or 0xCB4A0E) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 0E. RGB value is (203,74,14). Sum of RGB (Red+Green+Blue) = 203+74+14=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A0E is #34B5F1. Grayscale: #6A6A6A. Windows color (decimal): -3454450 or 936651. OLE color: 936651.
HSL color Cylindrical-coordinate representation of color #CB4A0E: hue angle of 19.05º 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 #CB4A0E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.20 |
| HSL | 19.05º | 0.87% | 0.43% | - |
| HSV(B) | 19.05º | 0.93% | 0.8% | - |
| XYZ | 27.16 | 17.63 | 2.39 | - |
| YUV | 105.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 14 | 0 | 0.64 | 0.93 | 0.20 | 19.05 | 0.87 | 0.43 |
| Hex | CB | 4A | E | 0 | 40 | 5D | 14 | 13 | 57 | 2B |
| Octal | 313 | 112 | 16 | 0 | 100 | 135 | 24 | 23 | 127 | 53 |
| Binary | 11001011 | 1001010 | 1110 | 0 | 1000000 | 1011101 | 10100 | 10011 | 1010111 | 101011 |
Color Harmonies of #CB4A0E
Complementary color
Monochromatic Colors of #CB4A0E
Black with #CB4A0E
Text Example
Text Example
White with #CB4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A0E; }
p { color: rgb(203,74,14); }
H1.HeaderClassName
{
color: #CB4A0E;
}
.AnyTagClassName
{
color: #CB4A0E;
}
</style>
background-color css
<style>
a { background-color: #CB4A0E; }
a { background-color: rgb(203,74,14); }
div.DivClassName
{
background-color: #CB4A0E;
}
.BgClassName
{
background-color: #CB4A0E;
}
</style>
border-color css
<style>
span { border-color: #CB4A0E; }
span { border-color: rgb(203,74,14); }
td.TdClassName
{
border-color: #CB4A0E;
}
.TagClassName
{
border-color: #CB4A0E;
}
</style>