Shades of Tenne (Tawny) #C3530A
Tints of Tenne (Tawny) #C3530A
RGB
CMYK
RGB Variations
Color information
#C3530A (or 0xC3530A) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 0A. RGB value is (195,83,10). Sum of RGB (Red+Green+Blue) = 195+83+10=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3530A is #3CACF5. Grayscale: #6C6C6C. Windows color (decimal): -3976438 or 676803. OLE color: 676803.
HSL color Cylindrical-coordinate representation of color #C3530A: hue angle of 23.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3530A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.24 |
| HSL | 23.68º | 0.9% | 0.4% | - |
| HSV(B) | 23.68º | 0.95% | 0.76% | - |
| XYZ | 25.65 | 17.81 | 2.37 | - |
| YUV | 108.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 10 | 0 | 0.57 | 0.95 | 0.24 | 23.68 | 0.9 | 0.4 |
| Hex | C3 | 53 | A | 0 | 39 | 5F | 18 | 18 | 5A | 28 |
| Octal | 303 | 123 | 12 | 0 | 71 | 137 | 30 | 30 | 132 | 50 |
| Binary | 11000011 | 1010011 | 1010 | 0 | 111001 | 1011111 | 11000 | 11000 | 1011010 | 101000 |
Color Harmonies of #C3530A
Complementary color
Monochromatic Colors of #C3530A
Black with #C3530A
Text Example
Text Example
White with #C3530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3530A; }
p { color: rgb(195,83,10); }
H1.HeaderClassName
{
color: #C3530A;
}
.AnyTagClassName
{
color: #C3530A;
}
</style>
background-color css
<style>
a { background-color: #C3530A; }
a { background-color: rgb(195,83,10); }
div.DivClassName
{
background-color: #C3530A;
}
.BgClassName
{
background-color: #C3530A;
}
</style>
border-color css
<style>
span { border-color: #C3530A; }
span { border-color: rgb(195,83,10); }
td.TdClassName
{
border-color: #C3530A;
}
.TagClassName
{
border-color: #C3530A;
}
</style>