Shades of Tenne (Tawny) #B75901
Tints of Tenne (Tawny) #B75901
RGB
CMYK
RGB Variations
Color information
#B75901 (or 0xB75901) is known color: Tenne (Tawny). HEX triplet: B7, 59 and 01. RGB value is (183,89,1). Sum of RGB (Red+Green+Blue) = 183+89+1=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B75901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75901 is #48A6FE. Grayscale: #6B6B6B. Windows color (decimal): -4761343 or 88503. OLE color: 88503.
HSL color Cylindrical-coordinate representation of color #B75901: hue angle of 29.01º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B75901 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.28 |
| HSL | 29.01º | 0.99% | 0.36% | - |
| HSV(B) | 29.01º | 0.99% | 0.72% | - |
| XYZ | 23.11 | 17.21 | 2.13 | - |
| YUV | 107.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 1 | 0 | 0.51 | 0.99 | 0.28 | 29.01 | 0.99 | 0.36 |
| Hex | B7 | 59 | 1 | 0 | 33 | 63 | 1C | 1D | 63 | 24 |
| Octal | 267 | 131 | 1 | 0 | 63 | 143 | 34 | 35 | 143 | 44 |
| Binary | 10110111 | 1011001 | 1 | 0 | 110011 | 1100011 | 11100 | 11101 | 1100011 | 100100 |
Color Harmonies of #B75901
Complementary color
Monochromatic Colors of #B75901
Black with #B75901
Text Example
Text Example
White with #B75901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75901; }
p { color: rgb(183,89,1); }
H1.HeaderClassName
{
color: #B75901;
}
.AnyTagClassName
{
color: #B75901;
}
</style>
background-color css
<style>
a { background-color: #B75901; }
a { background-color: rgb(183,89,1); }
div.DivClassName
{
background-color: #B75901;
}
.BgClassName
{
background-color: #B75901;
}
</style>
border-color css
<style>
span { border-color: #B75901; }
span { border-color: rgb(183,89,1); }
td.TdClassName
{
border-color: #B75901;
}
.TagClassName
{
border-color: #B75901;
}
</style>