Shades of Tenne (Tawny) #CB5313
Tints of Tenne (Tawny) #CB5313
RGB
CMYK
RGB Variations
Color information
#CB5313 (or 0xCB5313) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 13. RGB value is (203,83,19). Sum of RGB (Red+Green+Blue) = 203+83+19=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5313 is #34ACEC. Grayscale: #6F6F6F. Windows color (decimal): -3452141 or 1266635. OLE color: 1266635.
HSL color Cylindrical-coordinate representation of color #CB5313: hue angle of 20.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5313 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.20 |
| HSL | 20.87º | 0.83% | 0.44% | - |
| HSV(B) | 20.87º | 0.91% | 0.8% | - |
| XYZ | 27.84 | 18.93 | 2.8 | - |
| YUV | 111.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 19 | 0 | 0.59 | 0.91 | 0.20 | 20.87 | 0.83 | 0.44 |
| Hex | CB | 53 | 13 | 0 | 3B | 5B | 14 | 15 | 53 | 2C |
| Octal | 313 | 123 | 23 | 0 | 73 | 133 | 24 | 25 | 123 | 54 |
| Binary | 11001011 | 1010011 | 10011 | 0 | 111011 | 1011011 | 10100 | 10101 | 1010011 | 101100 |
Color Harmonies of #CB5313
Complementary color
Monochromatic Colors of #CB5313
Black with #CB5313
Text Example
Text Example
White with #CB5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5313; }
p { color: rgb(203,83,19); }
H1.HeaderClassName
{
color: #CB5313;
}
.AnyTagClassName
{
color: #CB5313;
}
</style>
background-color css
<style>
a { background-color: #CB5313; }
a { background-color: rgb(203,83,19); }
div.DivClassName
{
background-color: #CB5313;
}
.BgClassName
{
background-color: #CB5313;
}
</style>
border-color css
<style>
span { border-color: #CB5313; }
span { border-color: rgb(203,83,19); }
td.TdClassName
{
border-color: #CB5313;
}
.TagClassName
{
border-color: #CB5313;
}
</style>