Shades of Tenne (Tawny) #C0530D
Tints of Tenne (Tawny) #C0530D
RGB
CMYK
RGB Variations
Color information
#C0530D (or 0xC0530D) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 0D. RGB value is (192,83,13). Sum of RGB (Red+Green+Blue) = 192+83+13=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0530D is #3FACF2. Grayscale: #6C6C6C. Windows color (decimal): -4173043 or 873408. OLE color: 873408.
HSL color Cylindrical-coordinate representation of color #C0530D: hue angle of 23.46º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0530D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.25 |
| HSL | 23.46º | 0.87% | 0.4% | - |
| HSV(B) | 23.46º | 0.93% | 0.75% | - |
| XYZ | 24.9 | 17.42 | 2.43 | - |
| YUV | 107.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 13 | 0 | 0.57 | 0.93 | 0.25 | 23.46 | 0.87 | 0.4 |
| Hex | C0 | 53 | D | 0 | 39 | 5D | 19 | 17 | 57 | 28 |
| Octal | 300 | 123 | 15 | 0 | 71 | 135 | 31 | 27 | 127 | 50 |
| Binary | 11000000 | 1010011 | 1101 | 0 | 111001 | 1011101 | 11001 | 10111 | 1010111 | 101000 |
Color Harmonies of #C0530D
Complementary color
Monochromatic Colors of #C0530D
Black with #C0530D
Text Example
Text Example
White with #C0530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0530D; }
p { color: rgb(192,83,13); }
H1.HeaderClassName
{
color: #C0530D;
}
.AnyTagClassName
{
color: #C0530D;
}
</style>
background-color css
<style>
a { background-color: #C0530D; }
a { background-color: rgb(192,83,13); }
div.DivClassName
{
background-color: #C0530D;
}
.BgClassName
{
background-color: #C0530D;
}
</style>
border-color css
<style>
span { border-color: #C0530D; }
span { border-color: rgb(192,83,13); }
td.TdClassName
{
border-color: #C0530D;
}
.TagClassName
{
border-color: #C0530D;
}
</style>