Shades of Tenne (Tawny) #B75301
Tints of Tenne (Tawny) #B75301
RGB
CMYK
RGB Variations
Color information
#B75301 (or 0xB75301) is known color: Tenne (Tawny). HEX triplet: B7, 53 and 01. RGB value is (183,83,1). Sum of RGB (Red+Green+Blue) = 183+83+1=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B75301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75301 is #48ACFE. Grayscale: #676767. Windows color (decimal): -4762879 or 86967. OLE color: 86967.
HSL color Cylindrical-coordinate representation of color #B75301: hue angle of 27.03º 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 #B75301 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.28 |
| HSL | 27.03º | 0.99% | 0.36% | - |
| HSV(B) | 27.03º | 0.99% | 0.72% | - |
| XYZ | 22.63 | 16.26 | 1.97 | - |
| YUV | 103.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 1 | 0 | 0.55 | 0.99 | 0.28 | 27.03 | 0.99 | 0.36 |
| Hex | B7 | 53 | 1 | 0 | 37 | 63 | 1C | 1B | 63 | 24 |
| Octal | 267 | 123 | 1 | 0 | 67 | 143 | 34 | 33 | 143 | 44 |
| Binary | 10110111 | 1010011 | 1 | 0 | 110111 | 1100011 | 11100 | 11011 | 1100011 | 100100 |
Color Harmonies of #B75301
Complementary color
Monochromatic Colors of #B75301
Black with #B75301
Text Example
Text Example
White with #B75301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75301; }
p { color: rgb(183,83,1); }
H1.HeaderClassName
{
color: #B75301;
}
.AnyTagClassName
{
color: #B75301;
}
</style>
background-color css
<style>
a { background-color: #B75301; }
a { background-color: rgb(183,83,1); }
div.DivClassName
{
background-color: #B75301;
}
.BgClassName
{
background-color: #B75301;
}
</style>
border-color css
<style>
span { border-color: #B75301; }
span { border-color: rgb(183,83,1); }
td.TdClassName
{
border-color: #B75301;
}
.TagClassName
{
border-color: #B75301;
}
</style>