Shades of Tenne (Tawny) #C4500B
Tints of Tenne (Tawny) #C4500B
RGB
CMYK
RGB Variations
Color information
#C4500B (or 0xC4500B) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 0B. RGB value is (196,80,11). Sum of RGB (Red+Green+Blue) = 196+80+11=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C4500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4500B is #3BAFF4. Grayscale: #6B6B6B. Windows color (decimal): -3911669 or 741572. OLE color: 741572.
HSL color Cylindrical-coordinate representation of color #C4500B: hue angle of 22.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4500B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 11 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.23 |
| HSL | 22.38º | 0.89% | 0.41% | - |
| HSV(B) | 22.38º | 0.94% | 0.77% | - |
| XYZ | 25.69 | 17.5 | 2.34 | - |
| YUV | 106.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 11 | 0 | 0.59 | 0.94 | 0.23 | 22.38 | 0.89 | 0.41 |
| Hex | C4 | 50 | B | 0 | 3B | 5E | 17 | 16 | 59 | 29 |
| Octal | 304 | 120 | 13 | 0 | 73 | 136 | 27 | 26 | 131 | 51 |
| Binary | 11000100 | 1010000 | 1011 | 0 | 111011 | 1011110 | 10111 | 10110 | 1011001 | 101001 |
Color Harmonies of #C4500B
Complementary color
Monochromatic Colors of #C4500B
Black with #C4500B
Text Example
Text Example
White with #C4500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4500B; }
p { color: rgb(196,80,11); }
H1.HeaderClassName
{
color: #C4500B;
}
.AnyTagClassName
{
color: #C4500B;
}
</style>
background-color css
<style>
a { background-color: #C4500B; }
a { background-color: rgb(196,80,11); }
div.DivClassName
{
background-color: #C4500B;
}
.BgClassName
{
background-color: #C4500B;
}
</style>
border-color css
<style>
span { border-color: #C4500B; }
span { border-color: rgb(196,80,11); }
td.TdClassName
{
border-color: #C4500B;
}
.TagClassName
{
border-color: #C4500B;
}
</style>