Shades of Tenne (Tawny) #C34F0D
Tints of Tenne (Tawny) #C34F0D
RGB
CMYK
RGB Variations
Color information
#C34F0D (or 0xC34F0D) is known color: Tenne (Tawny). HEX triplet: C3, 4F and 0D. RGB value is (195,79,13). Sum of RGB (Red+Green+Blue) = 195+79+13=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F0D is #3CB0F2. Grayscale: #6A6A6A. Windows color (decimal): -3977459 or 872387. OLE color: 872387.
HSL color Cylindrical-coordinate representation of color #C34F0D: hue angle of 21.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C34F0D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 13 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.24 |
| HSL | 21.76º | 0.88% | 0.41% | - |
| HSV(B) | 21.76º | 0.93% | 0.76% | - |
| XYZ | 25.37 | 17.22 | 2.37 | - |
| YUV | 106.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 13 | 0 | 0.59 | 0.93 | 0.24 | 21.76 | 0.88 | 0.41 |
| Hex | C3 | 4F | D | 0 | 3B | 5D | 18 | 16 | 58 | 29 |
| Octal | 303 | 117 | 15 | 0 | 73 | 135 | 30 | 26 | 130 | 51 |
| Binary | 11000011 | 1001111 | 1101 | 0 | 111011 | 1011101 | 11000 | 10110 | 1011000 | 101001 |
Color Harmonies of #C34F0D
Complementary color
Monochromatic Colors of #C34F0D
Black with #C34F0D
Text Example
Text Example
White with #C34F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F0D; }
p { color: rgb(195,79,13); }
H1.HeaderClassName
{
color: #C34F0D;
}
.AnyTagClassName
{
color: #C34F0D;
}
</style>
background-color css
<style>
a { background-color: #C34F0D; }
a { background-color: rgb(195,79,13); }
div.DivClassName
{
background-color: #C34F0D;
}
.BgClassName
{
background-color: #C34F0D;
}
</style>
border-color css
<style>
span { border-color: #C34F0D; }
span { border-color: rgb(195,79,13); }
td.TdClassName
{
border-color: #C34F0D;
}
.TagClassName
{
border-color: #C34F0D;
}
</style>