Shades of Tenne (Tawny) #C3540D
Tints of Tenne (Tawny) #C3540D
RGB
CMYK
RGB Variations
Color information
#C3540D (or 0xC3540D) is known color: Tenne (Tawny). HEX triplet: C3, 54 and 0D. RGB value is (195,84,13). Sum of RGB (Red+Green+Blue) = 195+84+13=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3540D is #3CABF2. Grayscale: #6D6D6D. Windows color (decimal): -3976179 or 873667. OLE color: 873667.
HSL color Cylindrical-coordinate representation of color #C3540D: hue angle of 23.41º 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 #C3540D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.24 |
| HSL | 23.41º | 0.88% | 0.41% | - |
| HSV(B) | 23.41º | 0.93% | 0.76% | - |
| XYZ | 25.75 | 17.97 | 2.49 | - |
| YUV | 109.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 13 | 0 | 0.57 | 0.93 | 0.24 | 23.41 | 0.88 | 0.41 |
| Hex | C3 | 54 | D | 0 | 39 | 5D | 18 | 17 | 58 | 29 |
| Octal | 303 | 124 | 15 | 0 | 71 | 135 | 30 | 27 | 130 | 51 |
| Binary | 11000011 | 1010100 | 1101 | 0 | 111001 | 1011101 | 11000 | 10111 | 1011000 | 101001 |
Color Harmonies of #C3540D
Complementary color
Monochromatic Colors of #C3540D
Black with #C3540D
Text Example
Text Example
White with #C3540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3540D; }
p { color: rgb(195,84,13); }
H1.HeaderClassName
{
color: #C3540D;
}
.AnyTagClassName
{
color: #C3540D;
}
</style>
background-color css
<style>
a { background-color: #C3540D; }
a { background-color: rgb(195,84,13); }
div.DivClassName
{
background-color: #C3540D;
}
.BgClassName
{
background-color: #C3540D;
}
</style>
border-color css
<style>
span { border-color: #C3540D; }
span { border-color: rgb(195,84,13); }
td.TdClassName
{
border-color: #C3540D;
}
.TagClassName
{
border-color: #C3540D;
}
</style>