Shades of Tenne (Tawny) #B7580D
Tints of Tenne (Tawny) #B7580D
RGB
CMYK
RGB Variations
Color information
#B7580D (or 0xB7580D) is known color: Tenne (Tawny). HEX triplet: B7, 58 and 0D. RGB value is (183,88,13). Sum of RGB (Red+Green+Blue) = 183+88+13=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7580D is #48A7F2. Grayscale: #6C6C6C. Windows color (decimal): -4761587 or 874679. OLE color: 874679.
HSL color Cylindrical-coordinate representation of color #B7580D: hue angle of 26.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7580D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.28 |
| HSL | 26.47º | 0.87% | 0.38% | - |
| HSV(B) | 26.47º | 0.93% | 0.72% | - |
| XYZ | 23.09 | 17.08 | 2.46 | - |
| YUV | 107.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 13 | 0 | 0.52 | 0.93 | 0.28 | 26.47 | 0.87 | 0.38 |
| Hex | B7 | 58 | D | 0 | 34 | 5D | 1C | 1A | 57 | 26 |
| Octal | 267 | 130 | 15 | 0 | 64 | 135 | 34 | 32 | 127 | 46 |
| Binary | 10110111 | 1011000 | 1101 | 0 | 110100 | 1011101 | 11100 | 11010 | 1010111 | 100110 |
Color Harmonies of #B7580D
Complementary color
Monochromatic Colors of #B7580D
Black with #B7580D
Text Example
Text Example
White with #B7580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7580D; }
p { color: rgb(183,88,13); }
H1.HeaderClassName
{
color: #B7580D;
}
.AnyTagClassName
{
color: #B7580D;
}
</style>
background-color css
<style>
a { background-color: #B7580D; }
a { background-color: rgb(183,88,13); }
div.DivClassName
{
background-color: #B7580D;
}
.BgClassName
{
background-color: #B7580D;
}
</style>
border-color css
<style>
span { border-color: #B7580D; }
span { border-color: rgb(183,88,13); }
td.TdClassName
{
border-color: #B7580D;
}
.TagClassName
{
border-color: #B7580D;
}
</style>