Shades of Tenne (Tawny) #B75302
Tints of Tenne (Tawny) #B75302
RGB
CMYK
RGB Variations
Color information
#B75302 (or 0xB75302) is known color: Tenne (Tawny). HEX triplet: B7, 53 and 02. RGB value is (183,83,2). Sum of RGB (Red+Green+Blue) = 183+83+2=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B75302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75302 is #48ACFD. Grayscale: #686868. Windows color (decimal): -4762878 or 152503. OLE color: 152503.
HSL color Cylindrical-coordinate representation of color #B75302: hue angle of 26.85º degrees, saturation: 0.98, 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 #B75302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.28 |
| HSL | 26.85º | 0.98% | 0.36% | - |
| HSV(B) | 26.85º | 0.99% | 0.72% | - |
| XYZ | 22.63 | 16.26 | 2 | - |
| YUV | 103.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 2 | 0 | 0.55 | 0.99 | 0.28 | 26.85 | 0.98 | 0.36 |
| Hex | B7 | 53 | 2 | 0 | 37 | 63 | 1C | 1B | 62 | 24 |
| Octal | 267 | 123 | 2 | 0 | 67 | 143 | 34 | 33 | 142 | 44 |
| Binary | 10110111 | 1010011 | 10 | 0 | 110111 | 1100011 | 11100 | 11011 | 1100010 | 100100 |
Color Harmonies of #B75302
Complementary color
Monochromatic Colors of #B75302
Black with #B75302
Text Example
Text Example
White with #B75302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75302; }
p { color: rgb(183,83,2); }
H1.HeaderClassName
{
color: #B75302;
}
.AnyTagClassName
{
color: #B75302;
}
</style>
background-color css
<style>
a { background-color: #B75302; }
a { background-color: rgb(183,83,2); }
div.DivClassName
{
background-color: #B75302;
}
.BgClassName
{
background-color: #B75302;
}
</style>
border-color css
<style>
span { border-color: #B75302; }
span { border-color: rgb(183,83,2); }
td.TdClassName
{
border-color: #B75302;
}
.TagClassName
{
border-color: #B75302;
}
</style>