Shades of Tenne (Tawny) #C34D00
Tints of Tenne (Tawny) #C34D00
RGB
CMYK
RGB Variations
Color information
#C34D00 (or 0xC34D00) is known color: Tenne (Tawny). HEX triplet: C3, 4D and 00. RGB value is (195,77,0). Sum of RGB (Red+Green+Blue) = 195+77+0=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34D00 is #3CB2FF. Grayscale: #676767. Windows color (decimal): -3977984 or 19907. OLE color: 19907.
HSL color Cylindrical-coordinate representation of color #C34D00: hue angle of 23.69º 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 #C34D00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.24 |
| HSL | 23.69º | 1% | 0.38% | - |
| HSV(B) | 23.69º | 1% | 0.76% | - |
| XYZ | 25.16 | 16.91 | 1.94 | - |
| YUV | 103.5 | 69.59 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 0 | 0 | 0.61 | 1 | 0.24 | 23.69 | 1 | 0.38 |
| Hex | C3 | 4D | 0 | 0 | 3D | 64 | 18 | 18 | 64 | 26 |
| Octal | 303 | 115 | 0 | 0 | 75 | 144 | 30 | 30 | 144 | 46 |
| Binary | 11000011 | 1001101 | 0 | 0 | 111101 | 1100100 | 11000 | 11000 | 1100100 | 100110 |
Color Harmonies of #C34D00
Complementary color
Monochromatic Colors of #C34D00
Black with #C34D00
Text Example
Text Example
White with #C34D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D00; }
p { color: rgb(195,77,0); }
H1.HeaderClassName
{
color: #C34D00;
}
.AnyTagClassName
{
color: #C34D00;
}
</style>
background-color css
<style>
a { background-color: #C34D00; }
a { background-color: rgb(195,77,0); }
div.DivClassName
{
background-color: #C34D00;
}
.BgClassName
{
background-color: #C34D00;
}
</style>
border-color css
<style>
span { border-color: #C34D00; }
span { border-color: rgb(195,77,0); }
td.TdClassName
{
border-color: #C34D00;
}
.TagClassName
{
border-color: #C34D00;
}
</style>