Shades of Tenne (Tawny) #CB570D
Tints of Tenne (Tawny) #CB570D
RGB
CMYK
RGB Variations
Color information
#CB570D (or 0xCB570D) is known color: Tenne (Tawny). HEX triplet: CB, 57 and 0D. RGB value is (203,87,13). Sum of RGB (Red+Green+Blue) = 203+87+13=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB570D is #34A8F2. Grayscale: #717171. Windows color (decimal): -3451123 or 874443. OLE color: 874443.
HSL color Cylindrical-coordinate representation of color #CB570D: hue angle of 23.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB570D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.20 |
| HSL | 23.37º | 0.88% | 0.42% | - |
| HSV(B) | 23.37º | 0.94% | 0.8% | - |
| XYZ | 28.11 | 19.54 | 2.67 | - |
| YUV | 113.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 13 | 0 | 0.57 | 0.94 | 0.20 | 23.37 | 0.88 | 0.42 |
| Hex | CB | 57 | D | 0 | 39 | 5E | 14 | 17 | 58 | 2A |
| Octal | 313 | 127 | 15 | 0 | 71 | 136 | 24 | 27 | 130 | 52 |
| Binary | 11001011 | 1010111 | 1101 | 0 | 111001 | 1011110 | 10100 | 10111 | 1011000 | 101010 |
Color Harmonies of #CB570D
Complementary color
Monochromatic Colors of #CB570D
Black with #CB570D
Text Example
Text Example
White with #CB570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB570D; }
p { color: rgb(203,87,13); }
H1.HeaderClassName
{
color: #CB570D;
}
.AnyTagClassName
{
color: #CB570D;
}
</style>
background-color css
<style>
a { background-color: #CB570D; }
a { background-color: rgb(203,87,13); }
div.DivClassName
{
background-color: #CB570D;
}
.BgClassName
{
background-color: #CB570D;
}
</style>
border-color css
<style>
span { border-color: #CB570D; }
span { border-color: rgb(203,87,13); }
td.TdClassName
{
border-color: #CB570D;
}
.TagClassName
{
border-color: #CB570D;
}
</style>