Shades of Tenne (Tawny) #C74D01
Tints of Tenne (Tawny) #C74D01
RGB
CMYK
RGB Variations
Color information
#C74D01 (or 0xC74D01) is known color: Tenne (Tawny). HEX triplet: C7, 4D and 01. RGB value is (199,77,1). Sum of RGB (Red+Green+Blue) = 199+77+1=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74D01 is #38B2FE. Grayscale: #696969. Windows color (decimal): -3715839 or 85447. OLE color: 85447.
HSL color Cylindrical-coordinate representation of color #C74D01: hue angle of 23.03º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C74D01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.22 |
| HSL | 23.03º | 0.99% | 0.39% | - |
| HSV(B) | 23.03º | 0.99% | 0.78% | - |
| XYZ | 26.21 | 17.45 | 2.02 | - |
| YUV | 104.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 1 | 0 | 0.61 | 0.99 | 0.22 | 23.03 | 0.99 | 0.39 |
| Hex | C7 | 4D | 1 | 0 | 3D | 63 | 16 | 17 | 63 | 27 |
| Octal | 307 | 115 | 1 | 0 | 75 | 143 | 26 | 27 | 143 | 47 |
| Binary | 11000111 | 1001101 | 1 | 0 | 111101 | 1100011 | 10110 | 10111 | 1100011 | 100111 |
Color Harmonies of #C74D01
Complementary color
Monochromatic Colors of #C74D01
Black with #C74D01
Text Example
Text Example
White with #C74D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D01; }
p { color: rgb(199,77,1); }
H1.HeaderClassName
{
color: #C74D01;
}
.AnyTagClassName
{
color: #C74D01;
}
</style>
background-color css
<style>
a { background-color: #C74D01; }
a { background-color: rgb(199,77,1); }
div.DivClassName
{
background-color: #C74D01;
}
.BgClassName
{
background-color: #C74D01;
}
</style>
border-color css
<style>
span { border-color: #C74D01; }
span { border-color: rgb(199,77,1); }
td.TdClassName
{
border-color: #C74D01;
}
.TagClassName
{
border-color: #C74D01;
}
</style>