Shades of Tenne (Tawny) #C4530A
Tints of Tenne (Tawny) #C4530A
RGB
CMYK
RGB Variations
Color information
#C4530A (or 0xC4530A) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 0A. RGB value is (196,83,10). Sum of RGB (Red+Green+Blue) = 196+83+10=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4530A is #3BACF5. Grayscale: #6C6C6C. Windows color (decimal): -3910902 or 676804. OLE color: 676804.
HSL color Cylindrical-coordinate representation of color #C4530A: hue angle of 23.55º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4530A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.23 |
| HSL | 23.55º | 0.9% | 0.4% | - |
| HSV(B) | 23.55º | 0.95% | 0.77% | - |
| XYZ | 25.91 | 17.94 | 2.38 | - |
| YUV | 108.47 | 72.44 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 10 | 0 | 0.58 | 0.95 | 0.23 | 23.55 | 0.9 | 0.4 |
| Hex | C4 | 53 | A | 0 | 3A | 5F | 17 | 18 | 5A | 28 |
| Octal | 304 | 123 | 12 | 0 | 72 | 137 | 27 | 30 | 132 | 50 |
| Binary | 11000100 | 1010011 | 1010 | 0 | 111010 | 1011111 | 10111 | 11000 | 1011010 | 101000 |
Color Harmonies of #C4530A
Complementary color
Monochromatic Colors of #C4530A
Black with #C4530A
Text Example
Text Example
White with #C4530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4530A; }
p { color: rgb(196,83,10); }
H1.HeaderClassName
{
color: #C4530A;
}
.AnyTagClassName
{
color: #C4530A;
}
</style>
background-color css
<style>
a { background-color: #C4530A; }
a { background-color: rgb(196,83,10); }
div.DivClassName
{
background-color: #C4530A;
}
.BgClassName
{
background-color: #C4530A;
}
</style>
border-color css
<style>
span { border-color: #C4530A; }
span { border-color: rgb(196,83,10); }
td.TdClassName
{
border-color: #C4530A;
}
.TagClassName
{
border-color: #C4530A;
}
</style>