Shades of Tenne (Tawny) #C4530E
Tints of Tenne (Tawny) #C4530E
RGB
CMYK
RGB Variations
Color information
#C4530E (or 0xC4530E) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 0E. RGB value is (196,83,14). Sum of RGB (Red+Green+Blue) = 196+83+14=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4530E is #3BACF1. Grayscale: #6D6D6D. Windows color (decimal): -3910898 or 938948. OLE color: 938948.
HSL color Cylindrical-coordinate representation of color #C4530E: hue angle of 22.75º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4530E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 14 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.23 |
| HSL | 22.75º | 0.87% | 0.41% | - |
| HSV(B) | 22.75º | 0.93% | 0.77% | - |
| XYZ | 25.94 | 17.95 | 2.51 | - |
| YUV | 108.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 14 | 0 | 0.58 | 0.93 | 0.23 | 22.75 | 0.87 | 0.41 |
| Hex | C4 | 53 | E | 0 | 3A | 5D | 17 | 17 | 57 | 29 |
| Octal | 304 | 123 | 16 | 0 | 72 | 135 | 27 | 27 | 127 | 51 |
| Binary | 11000100 | 1010011 | 1110 | 0 | 111010 | 1011101 | 10111 | 10111 | 1010111 | 101001 |
Color Harmonies of #C4530E
Complementary color
Monochromatic Colors of #C4530E
Black with #C4530E
Text Example
Text Example
White with #C4530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4530E; }
p { color: rgb(196,83,14); }
H1.HeaderClassName
{
color: #C4530E;
}
.AnyTagClassName
{
color: #C4530E;
}
</style>
background-color css
<style>
a { background-color: #C4530E; }
a { background-color: rgb(196,83,14); }
div.DivClassName
{
background-color: #C4530E;
}
.BgClassName
{
background-color: #C4530E;
}
</style>
border-color css
<style>
span { border-color: #C4530E; }
span { border-color: rgb(196,83,14); }
td.TdClassName
{
border-color: #C4530E;
}
.TagClassName
{
border-color: #C4530E;
}
</style>