Shades of Tenne (Tawny) #B76403
Tints of Tenne (Tawny) #B76403
RGB
CMYK
RGB Variations
Color information
#B76403 (or 0xB76403) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 03. RGB value is (183,100,3). Sum of RGB (Red+Green+Blue) = 183+100+3=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B76403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76403 is #489BFC. Grayscale: #727272. Windows color (decimal): -4758525 or 222391. OLE color: 222391.
HSL color Cylindrical-coordinate representation of color #B76403: hue angle of 32.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B76403 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.28 |
| HSL | 32.33º | 0.97% | 0.36% | - |
| HSV(B) | 32.33º | 0.98% | 0.72% | - |
| XYZ | 24.1 | 19.19 | 2.52 | - |
| YUV | 113.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 3 | 0 | 0.45 | 0.98 | 0.28 | 32.33 | 0.97 | 0.36 |
| Hex | B7 | 64 | 3 | 0 | 2D | 62 | 1C | 20 | 61 | 24 |
| Octal | 267 | 144 | 3 | 0 | 55 | 142 | 34 | 40 | 141 | 44 |
| Binary | 10110111 | 1100100 | 11 | 0 | 101101 | 1100010 | 11100 | 100000 | 1100001 | 100100 |
Color Harmonies of #B76403
Complementary color
Monochromatic Colors of #B76403
Black with #B76403
Text Example
Text Example
White with #B76403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76403; }
p { color: rgb(183,100,3); }
H1.HeaderClassName
{
color: #B76403;
}
.AnyTagClassName
{
color: #B76403;
}
</style>
background-color css
<style>
a { background-color: #B76403; }
a { background-color: rgb(183,100,3); }
div.DivClassName
{
background-color: #B76403;
}
.BgClassName
{
background-color: #B76403;
}
</style>
border-color css
<style>
span { border-color: #B76403; }
span { border-color: rgb(183,100,3); }
td.TdClassName
{
border-color: #B76403;
}
.TagClassName
{
border-color: #B76403;
}
</style>