Shades of Tenne (Tawny) #CD530A
Tints of Tenne (Tawny) #CD530A
RGB
CMYK
RGB Variations
Color information
#CD530A (or 0xCD530A) is known color: Tenne (Tawny). HEX triplet: CD, 53 and 0A. RGB value is (205,83,10). Sum of RGB (Red+Green+Blue) = 205+83+10=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD530A is #32ACF5. Grayscale: #6F6F6F. Windows color (decimal): -3321078 or 676813. OLE color: 676813.
HSL color Cylindrical-coordinate representation of color #CD530A: hue angle of 22.46º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD530A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.20 |
| HSL | 22.46º | 0.91% | 0.42% | - |
| HSV(B) | 22.46º | 0.95% | 0.8% | - |
| XYZ | 28.32 | 19.19 | 2.5 | - |
| YUV | 111.16 | 70.92 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 10 | 0 | 0.60 | 0.95 | 0.20 | 22.46 | 0.91 | 0.42 |
| Hex | CD | 53 | A | 0 | 3C | 5F | 14 | 16 | 5B | 2A |
| Octal | 315 | 123 | 12 | 0 | 74 | 137 | 24 | 26 | 133 | 52 |
| Binary | 11001101 | 1010011 | 1010 | 0 | 111100 | 1011111 | 10100 | 10110 | 1011011 | 101010 |
Color Harmonies of #CD530A
Complementary color
Monochromatic Colors of #CD530A
Black with #CD530A
Text Example
Text Example
White with #CD530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD530A; }
p { color: rgb(205,83,10); }
H1.HeaderClassName
{
color: #CD530A;
}
.AnyTagClassName
{
color: #CD530A;
}
</style>
background-color css
<style>
a { background-color: #CD530A; }
a { background-color: rgb(205,83,10); }
div.DivClassName
{
background-color: #CD530A;
}
.BgClassName
{
background-color: #CD530A;
}
</style>
border-color css
<style>
span { border-color: #CD530A; }
span { border-color: rgb(205,83,10); }
td.TdClassName
{
border-color: #CD530A;
}
.TagClassName
{
border-color: #CD530A;
}
</style>