Shades of Tenne (Tawny) #C24D00
Tints of Tenne (Tawny) #C24D00
RGB
CMYK
RGB Variations
Color information
#C24D00 (or 0xC24D00) is known color: Tenne (Tawny). HEX triplet: C2, 4D and 00. RGB value is (194,77,0). Sum of RGB (Red+Green+Blue) = 194+77+0=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D00 is #3DB2FF. Grayscale: #676767. Windows color (decimal): -4043520 or 19906. OLE color: 19906.
HSL color Cylindrical-coordinate representation of color #C24D00: hue angle of 23.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C24D00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.24 |
| HSL | 23.81º | 1% | 0.38% | - |
| HSV(B) | 23.81º | 1% | 0.76% | - |
| XYZ | 24.9 | 16.78 | 1.93 | - |
| YUV | 103.21 | 69.76 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 0 | 0 | 0.60 | 1 | 0.24 | 23.81 | 1 | 0.38 |
| Hex | C2 | 4D | 0 | 0 | 3C | 64 | 18 | 18 | 64 | 26 |
| Octal | 302 | 115 | 0 | 0 | 74 | 144 | 30 | 30 | 144 | 46 |
| Binary | 11000010 | 1001101 | 0 | 0 | 111100 | 1100100 | 11000 | 11000 | 1100100 | 100110 |
Color Harmonies of #C24D00
Complementary color
Monochromatic Colors of #C24D00
Black with #C24D00
Text Example
Text Example
White with #C24D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D00; }
p { color: rgb(194,77,0); }
H1.HeaderClassName
{
color: #C24D00;
}
.AnyTagClassName
{
color: #C24D00;
}
</style>
background-color css
<style>
a { background-color: #C24D00; }
a { background-color: rgb(194,77,0); }
div.DivClassName
{
background-color: #C24D00;
}
.BgClassName
{
background-color: #C24D00;
}
</style>
border-color css
<style>
span { border-color: #C24D00; }
span { border-color: rgb(194,77,0); }
td.TdClassName
{
border-color: #C24D00;
}
.TagClassName
{
border-color: #C24D00;
}
</style>