Shades of Tenne (Tawny) #B75A03
Tints of Tenne (Tawny) #B75A03
RGB
CMYK
RGB Variations
Color information
#B75A03 (or 0xB75A03) is known color: Tenne (Tawny). HEX triplet: B7, 5A and 03. RGB value is (183,90,3). Sum of RGB (Red+Green+Blue) = 183+90+3=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A03 is #48A5FC. Grayscale: #6C6C6C. Windows color (decimal): -4761085 or 219831. OLE color: 219831.
HSL color Cylindrical-coordinate representation of color #B75A03: hue angle of 29º 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 #B75A03 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.28 |
| HSL | 29º | 0.97% | 0.36% | - |
| HSV(B) | 29º | 0.98% | 0.72% | - |
| XYZ | 23.2 | 17.39 | 2.22 | - |
| YUV | 107.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 3 | 0 | 0.51 | 0.98 | 0.28 | 29 | 0.97 | 0.36 |
| Hex | B7 | 5A | 3 | 0 | 33 | 62 | 1C | 1D | 61 | 24 |
| Octal | 267 | 132 | 3 | 0 | 63 | 142 | 34 | 35 | 141 | 44 |
| Binary | 10110111 | 1011010 | 11 | 0 | 110011 | 1100010 | 11100 | 11101 | 1100001 | 100100 |
Color Harmonies of #B75A03
Complementary color
Monochromatic Colors of #B75A03
Black with #B75A03
Text Example
Text Example
White with #B75A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A03; }
p { color: rgb(183,90,3); }
H1.HeaderClassName
{
color: #B75A03;
}
.AnyTagClassName
{
color: #B75A03;
}
</style>
background-color css
<style>
a { background-color: #B75A03; }
a { background-color: rgb(183,90,3); }
div.DivClassName
{
background-color: #B75A03;
}
.BgClassName
{
background-color: #B75A03;
}
</style>
border-color css
<style>
span { border-color: #B75A03; }
span { border-color: rgb(183,90,3); }
td.TdClassName
{
border-color: #B75A03;
}
.TagClassName
{
border-color: #B75A03;
}
</style>