Shades of Tenne (Tawny) #CB4A0D
Tints of Tenne (Tawny) #CB4A0D
RGB
CMYK
RGB Variations
Color information
#CB4A0D (or 0xCB4A0D) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 0D. RGB value is (203,74,13). Sum of RGB (Red+Green+Blue) = 203+74+13=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A0D is #34B5F2. Grayscale: #696969. Windows color (decimal): -3454451 or 871115. OLE color: 871115.
HSL color Cylindrical-coordinate representation of color #CB4A0D: hue angle of 19.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB4A0D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.20 |
| HSL | 19.26º | 0.88% | 0.42% | - |
| HSV(B) | 19.26º | 0.94% | 0.8% | - |
| XYZ | 27.15 | 17.62 | 2.35 | - |
| YUV | 105.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 13 | 0 | 0.64 | 0.94 | 0.20 | 19.26 | 0.88 | 0.42 |
| Hex | CB | 4A | D | 0 | 40 | 5E | 14 | 13 | 58 | 2A |
| Octal | 313 | 112 | 15 | 0 | 100 | 136 | 24 | 23 | 130 | 52 |
| Binary | 11001011 | 1001010 | 1101 | 0 | 1000000 | 1011110 | 10100 | 10011 | 1011000 | 101010 |
Color Harmonies of #CB4A0D
Complementary color
Monochromatic Colors of #CB4A0D
Black with #CB4A0D
Text Example
Text Example
White with #CB4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A0D; }
p { color: rgb(203,74,13); }
H1.HeaderClassName
{
color: #CB4A0D;
}
.AnyTagClassName
{
color: #CB4A0D;
}
</style>
background-color css
<style>
a { background-color: #CB4A0D; }
a { background-color: rgb(203,74,13); }
div.DivClassName
{
background-color: #CB4A0D;
}
.BgClassName
{
background-color: #CB4A0D;
}
</style>
border-color css
<style>
span { border-color: #CB4A0D; }
span { border-color: rgb(203,74,13); }
td.TdClassName
{
border-color: #CB4A0D;
}
.TagClassName
{
border-color: #CB4A0D;
}
</style>