Shades of Tenne (Tawny) #CA540F
Tints of Tenne (Tawny) #CA540F
RGB
CMYK
RGB Variations
Color information
#CA540F (or 0xCA540F) is known color: Tenne (Tawny). HEX triplet: CA, 54 and 0F. RGB value is (202,84,15). Sum of RGB (Red+Green+Blue) = 202+84+15=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA540F is #35ABF0. Grayscale: #6F6F6F. Windows color (decimal): -3517425 or 1004746. OLE color: 1004746.
HSL color Cylindrical-coordinate representation of color #CA540F: hue angle of 22.14º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA540F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.21 |
| HSL | 22.14º | 0.86% | 0.43% | - |
| HSV(B) | 22.14º | 0.93% | 0.79% | - |
| XYZ | 27.61 | 18.93 | 2.65 | - |
| YUV | 111.42 | 73.59 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 15 | 0 | 0.58 | 0.93 | 0.21 | 22.14 | 0.86 | 0.43 |
| Hex | CA | 54 | F | 0 | 3A | 5D | 15 | 16 | 56 | 2B |
| Octal | 312 | 124 | 17 | 0 | 72 | 135 | 25 | 26 | 126 | 53 |
| Binary | 11001010 | 1010100 | 1111 | 0 | 111010 | 1011101 | 10101 | 10110 | 1010110 | 101011 |
Color Harmonies of #CA540F
Complementary color
Monochromatic Colors of #CA540F
Black with #CA540F
Text Example
Text Example
White with #CA540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA540F; }
p { color: rgb(202,84,15); }
H1.HeaderClassName
{
color: #CA540F;
}
.AnyTagClassName
{
color: #CA540F;
}
</style>
background-color css
<style>
a { background-color: #CA540F; }
a { background-color: rgb(202,84,15); }
div.DivClassName
{
background-color: #CA540F;
}
.BgClassName
{
background-color: #CA540F;
}
</style>
border-color css
<style>
span { border-color: #CA540F; }
span { border-color: rgb(202,84,15); }
td.TdClassName
{
border-color: #CA540F;
}
.TagClassName
{
border-color: #CA540F;
}
</style>