Shades of Tenne (Tawny) #C34A00
Tints of Tenne (Tawny) #C34A00
RGB
CMYK
RGB Variations
Color information
#C34A00 (or 0xC34A00) is known color: Tenne (Tawny). HEX triplet: C3, 4A and 00. RGB value is (195,74,0). Sum of RGB (Red+Green+Blue) = 195+74+0=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A00 is #3CB5FF. Grayscale: #666666. Windows color (decimal): -3978752 or 19139. OLE color: 19139.
HSL color Cylindrical-coordinate representation of color #C34A00: hue angle of 22.77º 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 #C34A00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.24 |
| HSL | 22.77º | 1% | 0.38% | - |
| HSV(B) | 22.77º | 1% | 0.76% | - |
| XYZ | 24.95 | 16.5 | 1.87 | - |
| YUV | 101.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 0 | 0 | 0.62 | 1 | 0.24 | 22.77 | 1 | 0.38 |
| Hex | C3 | 4A | 0 | 0 | 3E | 64 | 18 | 17 | 64 | 26 |
| Octal | 303 | 112 | 0 | 0 | 76 | 144 | 30 | 27 | 144 | 46 |
| Binary | 11000011 | 1001010 | 0 | 0 | 111110 | 1100100 | 11000 | 10111 | 1100100 | 100110 |
Color Harmonies of #C34A00
Complementary color
Monochromatic Colors of #C34A00
Black with #C34A00
Text Example
Text Example
White with #C34A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A00; }
p { color: rgb(195,74,0); }
H1.HeaderClassName
{
color: #C34A00;
}
.AnyTagClassName
{
color: #C34A00;
}
</style>
background-color css
<style>
a { background-color: #C34A00; }
a { background-color: rgb(195,74,0); }
div.DivClassName
{
background-color: #C34A00;
}
.BgClassName
{
background-color: #C34A00;
}
</style>
border-color css
<style>
span { border-color: #C34A00; }
span { border-color: rgb(195,74,0); }
td.TdClassName
{
border-color: #C34A00;
}
.TagClassName
{
border-color: #C34A00;
}
</style>