Shades of Tenne (Tawny) #C3570D
Tints of Tenne (Tawny) #C3570D
RGB
CMYK
RGB Variations
Color information
#C3570D (or 0xC3570D) is known color: Tenne (Tawny). HEX triplet: C3, 57 and 0D. RGB value is (195,87,13). Sum of RGB (Red+Green+Blue) = 195+87+13=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3570D is #3CA8F2. Grayscale: #6F6F6F. Windows color (decimal): -3975411 or 874435. OLE color: 874435.
HSL color Cylindrical-coordinate representation of color #C3570D: hue angle of 24.4º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3570D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.24 |
| HSL | 24.4º | 0.88% | 0.41% | - |
| HSV(B) | 24.4º | 0.93% | 0.76% | - |
| XYZ | 25.99 | 18.45 | 2.57 | - |
| YUV | 110.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 13 | 0 | 0.55 | 0.93 | 0.24 | 24.4 | 0.88 | 0.41 |
| Hex | C3 | 57 | D | 0 | 37 | 5D | 18 | 18 | 58 | 29 |
| Octal | 303 | 127 | 15 | 0 | 67 | 135 | 30 | 30 | 130 | 51 |
| Binary | 11000011 | 1010111 | 1101 | 0 | 110111 | 1011101 | 11000 | 11000 | 1011000 | 101001 |
Color Harmonies of #C3570D
Complementary color
Monochromatic Colors of #C3570D
Black with #C3570D
Text Example
Text Example
White with #C3570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3570D; }
p { color: rgb(195,87,13); }
H1.HeaderClassName
{
color: #C3570D;
}
.AnyTagClassName
{
color: #C3570D;
}
</style>
background-color css
<style>
a { background-color: #C3570D; }
a { background-color: rgb(195,87,13); }
div.DivClassName
{
background-color: #C3570D;
}
.BgClassName
{
background-color: #C3570D;
}
</style>
border-color css
<style>
span { border-color: #C3570D; }
span { border-color: rgb(195,87,13); }
td.TdClassName
{
border-color: #C3570D;
}
.TagClassName
{
border-color: #C3570D;
}
</style>