Shades of Tenne (Tawny) #C84D00
Tints of Tenne (Tawny) #C84D00
RGB
CMYK
RGB Variations
Color information
#C84D00 (or 0xC84D00) is known color: Tenne (Tawny). HEX triplet: C8, 4D and 00. RGB value is (200,77,0). Sum of RGB (Red+Green+Blue) = 200+77+0=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D00 is #37B2FF. Grayscale: #696969. Windows color (decimal): -3650304 or 19912. OLE color: 19912.
HSL color Cylindrical-coordinate representation of color #C84D00: hue angle of 23.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C84D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.22 |
| HSL | 23.1º | 1% | 0.39% | - |
| HSV(B) | 23.1º | 1% | 0.78% | - |
| XYZ | 26.47 | 17.59 | 2 | - |
| YUV | 105 | 68.75 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 0 | 0 | 0.62 | 1 | 0.22 | 23.1 | 1 | 0.39 |
| Hex | C8 | 4D | 0 | 0 | 3E | 64 | 16 | 17 | 64 | 27 |
| Octal | 310 | 115 | 0 | 0 | 76 | 144 | 26 | 27 | 144 | 47 |
| Binary | 11001000 | 1001101 | 0 | 0 | 111110 | 1100100 | 10110 | 10111 | 1100100 | 100111 |
Color Harmonies of #C84D00
Complementary color
Monochromatic Colors of #C84D00
Black with #C84D00
Text Example
Text Example
White with #C84D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D00; }
p { color: rgb(200,77,0); }
H1.HeaderClassName
{
color: #C84D00;
}
.AnyTagClassName
{
color: #C84D00;
}
</style>
background-color css
<style>
a { background-color: #C84D00; }
a { background-color: rgb(200,77,0); }
div.DivClassName
{
background-color: #C84D00;
}
.BgClassName
{
background-color: #C84D00;
}
</style>
border-color css
<style>
span { border-color: #C84D00; }
span { border-color: rgb(200,77,0); }
td.TdClassName
{
border-color: #C84D00;
}
.TagClassName
{
border-color: #C84D00;
}
</style>