Shades of Tenne (Tawny) #C4540B
Tints of Tenne (Tawny) #C4540B
RGB
CMYK
RGB Variations
Color information
#C4540B (or 0xC4540B) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 0B. RGB value is (196,84,11). Sum of RGB (Red+Green+Blue) = 196+84+11=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4540B is #3BABF4. Grayscale: #6D6D6D. Windows color (decimal): -3910645 or 742596. OLE color: 742596.
HSL color Cylindrical-coordinate representation of color #C4540B: hue angle of 23.68º 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 #C4540B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.23 |
| HSL | 23.68º | 0.89% | 0.41% | - |
| HSV(B) | 23.68º | 0.94% | 0.77% | - |
| XYZ | 26 | 18.1 | 2.44 | - |
| YUV | 109.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 11 | 0 | 0.57 | 0.94 | 0.23 | 23.68 | 0.89 | 0.41 |
| Hex | C4 | 54 | B | 0 | 39 | 5E | 17 | 18 | 59 | 29 |
| Octal | 304 | 124 | 13 | 0 | 71 | 136 | 27 | 30 | 131 | 51 |
| Binary | 11000100 | 1010100 | 1011 | 0 | 111001 | 1011110 | 10111 | 11000 | 1011001 | 101001 |
Color Harmonies of #C4540B
Complementary color
Monochromatic Colors of #C4540B
Black with #C4540B
Text Example
Text Example
White with #C4540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4540B; }
p { color: rgb(196,84,11); }
H1.HeaderClassName
{
color: #C4540B;
}
.AnyTagClassName
{
color: #C4540B;
}
</style>
background-color css
<style>
a { background-color: #C4540B; }
a { background-color: rgb(196,84,11); }
div.DivClassName
{
background-color: #C4540B;
}
.BgClassName
{
background-color: #C4540B;
}
</style>
border-color css
<style>
span { border-color: #C4540B; }
span { border-color: rgb(196,84,11); }
td.TdClassName
{
border-color: #C4540B;
}
.TagClassName
{
border-color: #C4540B;
}
</style>