Shades of Tenne (Tawny) #B55D07
Tints of Tenne (Tawny) #B55D07
RGB
CMYK
RGB Variations
Color information
#B55D07 (or 0xB55D07) is known color: Tenne (Tawny). HEX triplet: B5, 5D and 07. RGB value is (181,93,7). Sum of RGB (Red+Green+Blue) = 181+93+7=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55D07 is #4AA2F8. Grayscale: #6D6D6D. Windows color (decimal): -4891385 or 482741. OLE color: 482741.
HSL color Cylindrical-coordinate representation of color #B55D07: hue angle of 29.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B55D07 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.29 |
| HSL | 29.66º | 0.93% | 0.37% | - |
| HSV(B) | 29.66º | 0.96% | 0.71% | - |
| XYZ | 23.01 | 17.67 | 2.4 | - |
| YUV | 109.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 7 | 0 | 0.49 | 0.96 | 0.29 | 29.66 | 0.93 | 0.37 |
| Hex | B5 | 5D | 7 | 0 | 31 | 60 | 1D | 1E | 5D | 25 |
| Octal | 265 | 135 | 7 | 0 | 61 | 140 | 35 | 36 | 135 | 45 |
| Binary | 10110101 | 1011101 | 111 | 0 | 110001 | 1100000 | 11101 | 11110 | 1011101 | 100101 |
Color Harmonies of #B55D07
Complementary color
Monochromatic Colors of #B55D07
Black with #B55D07
Text Example
Text Example
White with #B55D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D07; }
p { color: rgb(181,93,7); }
H1.HeaderClassName
{
color: #B55D07;
}
.AnyTagClassName
{
color: #B55D07;
}
</style>
background-color css
<style>
a { background-color: #B55D07; }
a { background-color: rgb(181,93,7); }
div.DivClassName
{
background-color: #B55D07;
}
.BgClassName
{
background-color: #B55D07;
}
</style>
border-color css
<style>
span { border-color: #B55D07; }
span { border-color: rgb(181,93,7); }
td.TdClassName
{
border-color: #B55D07;
}
.TagClassName
{
border-color: #B55D07;
}
</style>