Shades of Tenne (Tawny) #CA530B
Tints of Tenne (Tawny) #CA530B
RGB
CMYK
RGB Variations
Color information
#CA530B (or 0xCA530B) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 0B. RGB value is (202,83,11). Sum of RGB (Red+Green+Blue) = 202+83+11=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA530B is #35ACF4. Grayscale: #6E6E6E. Windows color (decimal): -3517685 or 742346. OLE color: 742346.
HSL color Cylindrical-coordinate representation of color #CA530B: hue angle of 22.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA530B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.21 |
| HSL | 22.62º | 0.9% | 0.42% | - |
| HSV(B) | 22.62º | 0.95% | 0.79% | - |
| XYZ | 27.51 | 18.77 | 2.49 | - |
| YUV | 110.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 11 | 0 | 0.59 | 0.95 | 0.21 | 22.62 | 0.9 | 0.42 |
| Hex | CA | 53 | B | 0 | 3B | 5F | 15 | 17 | 5A | 2A |
| Octal | 312 | 123 | 13 | 0 | 73 | 137 | 25 | 27 | 132 | 52 |
| Binary | 11001010 | 1010011 | 1011 | 0 | 111011 | 1011111 | 10101 | 10111 | 1011010 | 101010 |
Color Harmonies of #CA530B
Complementary color
Monochromatic Colors of #CA530B
Black with #CA530B
Text Example
Text Example
White with #CA530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA530B; }
p { color: rgb(202,83,11); }
H1.HeaderClassName
{
color: #CA530B;
}
.AnyTagClassName
{
color: #CA530B;
}
</style>
background-color css
<style>
a { background-color: #CA530B; }
a { background-color: rgb(202,83,11); }
div.DivClassName
{
background-color: #CA530B;
}
.BgClassName
{
background-color: #CA530B;
}
</style>
border-color css
<style>
span { border-color: #CA530B; }
span { border-color: rgb(202,83,11); }
td.TdClassName
{
border-color: #CA530B;
}
.TagClassName
{
border-color: #CA530B;
}
</style>