Shades of Tenne (Tawny) #C34A05
Tints of Tenne (Tawny) #C34A05
RGB
CMYK
RGB Variations
Color information
#C34A05 (or 0xC34A05) is known color: Tenne (Tawny). HEX triplet: C3, 4A and 05. RGB value is (195,74,5). Sum of RGB (Red+Green+Blue) = 195+74+5=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A05 is #3CB5FA. Grayscale: #666666. Windows color (decimal): -3978747 or 346819. OLE color: 346819.
HSL color Cylindrical-coordinate representation of color #C34A05: hue angle of 21.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C34A05 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.24 |
| HSL | 21.79º | 0.95% | 0.39% | - |
| HSV(B) | 21.79º | 0.97% | 0.76% | - |
| XYZ | 24.98 | 16.51 | 2.01 | - |
| YUV | 102.31 | 73.09 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 5 | 0 | 0.62 | 0.97 | 0.24 | 21.79 | 0.95 | 0.39 |
| Hex | C3 | 4A | 5 | 0 | 3E | 61 | 18 | 16 | 5F | 27 |
| Octal | 303 | 112 | 5 | 0 | 76 | 141 | 30 | 26 | 137 | 47 |
| Binary | 11000011 | 1001010 | 101 | 0 | 111110 | 1100001 | 11000 | 10110 | 1011111 | 100111 |
Color Harmonies of #C34A05
Complementary color
Monochromatic Colors of #C34A05
Black with #C34A05
Text Example
Text Example
White with #C34A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A05; }
p { color: rgb(195,74,5); }
H1.HeaderClassName
{
color: #C34A05;
}
.AnyTagClassName
{
color: #C34A05;
}
</style>
background-color css
<style>
a { background-color: #C34A05; }
a { background-color: rgb(195,74,5); }
div.DivClassName
{
background-color: #C34A05;
}
.BgClassName
{
background-color: #C34A05;
}
</style>
border-color css
<style>
span { border-color: #C34A05; }
span { border-color: rgb(195,74,5); }
td.TdClassName
{
border-color: #C34A05;
}
.TagClassName
{
border-color: #C34A05;
}
</style>