Shades of Tenne (Tawny) #CD530B
Tints of Tenne (Tawny) #CD530B
RGB
CMYK
RGB Variations
Color information
#CD530B (or 0xCD530B) is known color: Tenne (Tawny). HEX triplet: CD, 53 and 0B. RGB value is (205,83,11). Sum of RGB (Red+Green+Blue) = 205+83+11=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD530B is #32ACF4. Grayscale: #6F6F6F. Windows color (decimal): -3321077 or 742349. OLE color: 742349.
HSL color Cylindrical-coordinate representation of color #CD530B: hue angle of 22.27º degrees, saturation: 0.9, 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 #CD530B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.20 |
| HSL | 22.27º | 0.9% | 0.42% | - |
| HSV(B) | 22.27º | 0.95% | 0.8% | - |
| XYZ | 28.33 | 19.19 | 2.53 | - |
| YUV | 111.27 | 71.42 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 11 | 0 | 0.60 | 0.95 | 0.20 | 22.27 | 0.9 | 0.42 |
| Hex | CD | 53 | B | 0 | 3C | 5F | 14 | 16 | 5A | 2A |
| Octal | 315 | 123 | 13 | 0 | 74 | 137 | 24 | 26 | 132 | 52 |
| Binary | 11001101 | 1010011 | 1011 | 0 | 111100 | 1011111 | 10100 | 10110 | 1011010 | 101010 |
Color Harmonies of #CD530B
Complementary color
Monochromatic Colors of #CD530B
Black with #CD530B
Text Example
Text Example
White with #CD530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD530B; }
p { color: rgb(205,83,11); }
H1.HeaderClassName
{
color: #CD530B;
}
.AnyTagClassName
{
color: #CD530B;
}
</style>
background-color css
<style>
a { background-color: #CD530B; }
a { background-color: rgb(205,83,11); }
div.DivClassName
{
background-color: #CD530B;
}
.BgClassName
{
background-color: #CD530B;
}
</style>
border-color css
<style>
span { border-color: #CD530B; }
span { border-color: rgb(205,83,11); }
td.TdClassName
{
border-color: #CD530B;
}
.TagClassName
{
border-color: #CD530B;
}
</style>