Shades of Tenne (Tawny) #CA5309
Tints of Tenne (Tawny) #CA5309
RGB
CMYK
RGB Variations
Color information
#CA5309 (or 0xCA5309) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 09. RGB value is (202,83,9). Sum of RGB (Red+Green+Blue) = 202+83+9=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5309 is #35ACF6. Grayscale: #6E6E6E. Windows color (decimal): -3517687 or 611274. OLE color: 611274.
HSL color Cylindrical-coordinate representation of color #CA5309: hue angle of 23.01º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA5309 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.21 |
| HSL | 23.01º | 0.91% | 0.41% | - |
| HSV(B) | 23.01º | 0.96% | 0.79% | - |
| XYZ | 27.5 | 18.76 | 2.43 | - |
| YUV | 110.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 9 | 0 | 0.59 | 0.96 | 0.21 | 23.01 | 0.91 | 0.41 |
| Hex | CA | 53 | 9 | 0 | 3B | 60 | 15 | 17 | 5B | 29 |
| Octal | 312 | 123 | 11 | 0 | 73 | 140 | 25 | 27 | 133 | 51 |
| Binary | 11001010 | 1010011 | 1001 | 0 | 111011 | 1100000 | 10101 | 10111 | 1011011 | 101001 |
Color Harmonies of #CA5309
Complementary color
Monochromatic Colors of #CA5309
Black with #CA5309
Text Example
Text Example
White with #CA5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5309; }
p { color: rgb(202,83,9); }
H1.HeaderClassName
{
color: #CA5309;
}
.AnyTagClassName
{
color: #CA5309;
}
</style>
background-color css
<style>
a { background-color: #CA5309; }
a { background-color: rgb(202,83,9); }
div.DivClassName
{
background-color: #CA5309;
}
.BgClassName
{
background-color: #CA5309;
}
</style>
border-color css
<style>
span { border-color: #CA5309; }
span { border-color: rgb(202,83,9); }
td.TdClassName
{
border-color: #CA5309;
}
.TagClassName
{
border-color: #CA5309;
}
</style>