Shades of Bole #73463A
Tints of Bole #73463A
RGB
CMYK
RGB Variations
Color information
#73463A (or 0x73463A) is known color: Bole. HEX triplet: 73, 46 and 3A. RGB value is (115,70,58). Sum of RGB (Red+Green+Blue) = 115+70+58=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73463A is #8CB9C5. Grayscale: #525252. Windows color (decimal): -9222598 or 3819123. OLE color: 3819123.
HSL color Cylindrical-coordinate representation of color #73463A: hue angle of 12.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73463A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 58 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.55 |
| HSL | 12.63º | 0.33% | 0.34% | - |
| HSV(B) | 12.63º | 0.5% | 0.45% | - |
| XYZ | 10.02 | 8.33 | 5.08 | - |
| YUV | 82.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 58 | 0 | 0.39 | 0.50 | 0.55 | 12.63 | 0.33 | 0.34 |
| Hex | 73 | 46 | 3A | 0 | 27 | 32 | 37 | D | 21 | 22 |
| Octal | 163 | 106 | 72 | 0 | 47 | 62 | 67 | 15 | 41 | 42 |
| Binary | 1110011 | 1000110 | 111010 | 0 | 100111 | 110010 | 110111 | 1101 | 100001 | 100010 |
Color Harmonies of #73463A
Complementary color
Monochromatic Colors of #73463A
Black with #73463A
Text Example
Text Example
White with #73463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73463A; }
p { color: rgb(115,70,58); }
H1.HeaderClassName
{
color: #73463A;
}
.AnyTagClassName
{
color: #73463A;
}
</style>
background-color css
<style>
a { background-color: #73463A; }
a { background-color: rgb(115,70,58); }
div.DivClassName
{
background-color: #73463A;
}
.BgClassName
{
background-color: #73463A;
}
</style>
border-color css
<style>
span { border-color: #73463A; }
span { border-color: rgb(115,70,58); }
td.TdClassName
{
border-color: #73463A;
}
.TagClassName
{
border-color: #73463A;
}
</style>