Shades of Tenne (Tawny) #C34F04
Tints of Tenne (Tawny) #C34F04
RGB
CMYK
RGB Variations
Color information
#C34F04 (or 0xC34F04) is known color: Tenne (Tawny). HEX triplet: C3, 4F and 04. RGB value is (195,79,4). Sum of RGB (Red+Green+Blue) = 195+79+4=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F04 is #3CB0FB. Grayscale: #696969. Windows color (decimal): -3977468 or 282563. OLE color: 282563.
HSL color Cylindrical-coordinate representation of color #C34F04: hue angle of 23.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C34F04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.24 |
| HSL | 23.56º | 0.96% | 0.39% | - |
| HSV(B) | 23.56º | 0.98% | 0.76% | - |
| XYZ | 25.32 | 17.2 | 2.1 | - |
| YUV | 105.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 4 | 0 | 0.59 | 0.98 | 0.24 | 23.56 | 0.96 | 0.39 |
| Hex | C3 | 4F | 4 | 0 | 3B | 62 | 18 | 18 | 60 | 27 |
| Octal | 303 | 117 | 4 | 0 | 73 | 142 | 30 | 30 | 140 | 47 |
| Binary | 11000011 | 1001111 | 100 | 0 | 111011 | 1100010 | 11000 | 11000 | 1100000 | 100111 |
Color Harmonies of #C34F04
Complementary color
Monochromatic Colors of #C34F04
Black with #C34F04
Text Example
Text Example
White with #C34F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F04; }
p { color: rgb(195,79,4); }
H1.HeaderClassName
{
color: #C34F04;
}
.AnyTagClassName
{
color: #C34F04;
}
</style>
background-color css
<style>
a { background-color: #C34F04; }
a { background-color: rgb(195,79,4); }
div.DivClassName
{
background-color: #C34F04;
}
.BgClassName
{
background-color: #C34F04;
}
</style>
border-color css
<style>
span { border-color: #C34F04; }
span { border-color: rgb(195,79,4); }
td.TdClassName
{
border-color: #C34F04;
}
.TagClassName
{
border-color: #C34F04;
}
</style>