Shades of Tenne (Tawny) #C44D00
Tints of Tenne (Tawny) #C44D00
RGB
CMYK
RGB Variations
Color information
#C44D00 (or 0xC44D00) is known color: Tenne (Tawny). HEX triplet: C4, 4D and 00. RGB value is (196,77,0). Sum of RGB (Red+Green+Blue) = 196+77+0=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D00 is #3BB2FF. Grayscale: #686868. Windows color (decimal): -3912448 or 19908. OLE color: 19908.
HSL color Cylindrical-coordinate representation of color #C44D00: hue angle of 23.57º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C44D00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.23 |
| HSL | 23.57º | 1% | 0.38% | - |
| HSV(B) | 23.57º | 1% | 0.77% | - |
| XYZ | 25.42 | 17.04 | 1.95 | - |
| YUV | 103.8 | 69.42 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 0 | 0 | 0.61 | 1 | 0.23 | 23.57 | 1 | 0.38 |
| Hex | C4 | 4D | 0 | 0 | 3D | 64 | 17 | 18 | 64 | 26 |
| Octal | 304 | 115 | 0 | 0 | 75 | 144 | 27 | 30 | 144 | 46 |
| Binary | 11000100 | 1001101 | 0 | 0 | 111101 | 1100100 | 10111 | 11000 | 1100100 | 100110 |
Color Harmonies of #C44D00
Complementary color
Monochromatic Colors of #C44D00
Black with #C44D00
Text Example
Text Example
White with #C44D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D00; }
p { color: rgb(196,77,0); }
H1.HeaderClassName
{
color: #C44D00;
}
.AnyTagClassName
{
color: #C44D00;
}
</style>
background-color css
<style>
a { background-color: #C44D00; }
a { background-color: rgb(196,77,0); }
div.DivClassName
{
background-color: #C44D00;
}
.BgClassName
{
background-color: #C44D00;
}
</style>
border-color css
<style>
span { border-color: #C44D00; }
span { border-color: rgb(196,77,0); }
td.TdClassName
{
border-color: #C44D00;
}
.TagClassName
{
border-color: #C44D00;
}
</style>