Shades of Tenne (Tawny) #C74B07
Tints of Tenne (Tawny) #C74B07
RGB
CMYK
RGB Variations
Color information
#C74B07 (or 0xC74B07) is known color: Tenne (Tawny). HEX triplet: C7, 4B and 07. RGB value is (199,75,7). Sum of RGB (Red+Green+Blue) = 199+75+7=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74B07 is #38B4F8. Grayscale: #686868. Windows color (decimal): -3716345 or 478151. OLE color: 478151.
HSL color Cylindrical-coordinate representation of color #C74B07: hue angle of 21.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74B07 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.22 |
| HSL | 21.25º | 0.93% | 0.4% | - |
| HSV(B) | 21.25º | 0.96% | 0.78% | - |
| XYZ | 26.11 | 17.19 | 2.14 | - |
| YUV | 104.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 7 | 0 | 0.62 | 0.96 | 0.22 | 21.25 | 0.93 | 0.4 |
| Hex | C7 | 4B | 7 | 0 | 3E | 60 | 16 | 15 | 5D | 28 |
| Octal | 307 | 113 | 7 | 0 | 76 | 140 | 26 | 25 | 135 | 50 |
| Binary | 11000111 | 1001011 | 111 | 0 | 111110 | 1100000 | 10110 | 10101 | 1011101 | 101000 |
Color Harmonies of #C74B07
Complementary color
Monochromatic Colors of #C74B07
Black with #C74B07
Text Example
Text Example
White with #C74B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B07; }
p { color: rgb(199,75,7); }
H1.HeaderClassName
{
color: #C74B07;
}
.AnyTagClassName
{
color: #C74B07;
}
</style>
background-color css
<style>
a { background-color: #C74B07; }
a { background-color: rgb(199,75,7); }
div.DivClassName
{
background-color: #C74B07;
}
.BgClassName
{
background-color: #C74B07;
}
</style>
border-color css
<style>
span { border-color: #C74B07; }
span { border-color: rgb(199,75,7); }
td.TdClassName
{
border-color: #C74B07;
}
.TagClassName
{
border-color: #C74B07;
}
</style>