Shades of Bole #73493D
Tints of Bole #73493D
RGB
CMYK
RGB Variations
Color information
#73493D (or 0x73493D) is known color: Bole. HEX triplet: 73, 49 and 3D. RGB value is (115,73,61). Sum of RGB (Red+Green+Blue) = 115+73+61=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73493D is #8CB6C2. Grayscale: #545454. Windows color (decimal): -9221827 or 4016499. OLE color: 4016499.
HSL color Cylindrical-coordinate representation of color #73493D: hue angle of 13.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73493D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 61 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.55 |
| HSL | 13.33º | 0.31% | 0.35% | - |
| HSV(B) | 13.33º | 0.47% | 0.45% | - |
| XYZ | 10.3 | 8.75 | 5.56 | - |
| YUV | 84.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 61 | 0 | 0.37 | 0.47 | 0.55 | 13.33 | 0.31 | 0.35 |
| Hex | 73 | 49 | 3D | 0 | 25 | 2F | 37 | D | 1F | 23 |
| Octal | 163 | 111 | 75 | 0 | 45 | 57 | 67 | 15 | 37 | 43 |
| Binary | 1110011 | 1001001 | 111101 | 0 | 100101 | 101111 | 110111 | 1101 | 11111 | 100011 |
Color Harmonies of #73493D
Complementary color
Monochromatic Colors of #73493D
Black with #73493D
Text Example
Text Example
White with #73493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73493D; }
p { color: rgb(115,73,61); }
H1.HeaderClassName
{
color: #73493D;
}
.AnyTagClassName
{
color: #73493D;
}
</style>
background-color css
<style>
a { background-color: #73493D; }
a { background-color: rgb(115,73,61); }
div.DivClassName
{
background-color: #73493D;
}
.BgClassName
{
background-color: #73493D;
}
</style>
border-color css
<style>
span { border-color: #73493D; }
span { border-color: rgb(115,73,61); }
td.TdClassName
{
border-color: #73493D;
}
.TagClassName
{
border-color: #73493D;
}
</style>