Shades of Tenne (Tawny) #B75201
Tints of Tenne (Tawny) #B75201
RGB
CMYK
RGB Variations
Color information
#B75201 (or 0xB75201) is known color: Tenne (Tawny). HEX triplet: B7, 52 and 01. RGB value is (183,82,1). Sum of RGB (Red+Green+Blue) = 183+82+1=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B75201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75201 is #48ADFE. Grayscale: #676767. Windows color (decimal): -4763135 or 86711. OLE color: 86711.
HSL color Cylindrical-coordinate representation of color #B75201: hue angle of 26.7º 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 #B75201 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.28 |
| HSL | 26.7º | 0.99% | 0.36% | - |
| HSV(B) | 26.7º | 0.99% | 0.72% | - |
| XYZ | 22.55 | 16.1 | 1.95 | - |
| YUV | 102.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 1 | 0 | 0.55 | 0.99 | 0.28 | 26.7 | 0.99 | 0.36 |
| Hex | B7 | 52 | 1 | 0 | 37 | 63 | 1C | 1B | 63 | 24 |
| Octal | 267 | 122 | 1 | 0 | 67 | 143 | 34 | 33 | 143 | 44 |
| Binary | 10110111 | 1010010 | 1 | 0 | 110111 | 1100011 | 11100 | 11011 | 1100011 | 100100 |
Color Harmonies of #B75201
Complementary color
Monochromatic Colors of #B75201
Black with #B75201
Text Example
Text Example
White with #B75201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75201; }
p { color: rgb(183,82,1); }
H1.HeaderClassName
{
color: #B75201;
}
.AnyTagClassName
{
color: #B75201;
}
</style>
background-color css
<style>
a { background-color: #B75201; }
a { background-color: rgb(183,82,1); }
div.DivClassName
{
background-color: #B75201;
}
.BgClassName
{
background-color: #B75201;
}
</style>
border-color css
<style>
span { border-color: #B75201; }
span { border-color: rgb(183,82,1); }
td.TdClassName
{
border-color: #B75201;
}
.TagClassName
{
border-color: #B75201;
}
</style>