Shades of Bole #73443B
Tints of Bole #73443B
RGB
CMYK
RGB Variations
Color information
#73443B (or 0x73443B) is known color: Bole. HEX triplet: 73, 44 and 3B. RGB value is (115,68,59). Sum of RGB (Red+Green+Blue) = 115+68+59=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73443B is #8CBBC4. Grayscale: #515151. Windows color (decimal): -9223109 or 3884147. OLE color: 3884147.
HSL color Cylindrical-coordinate representation of color #73443B: hue angle of 9.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73443B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 59 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.55 |
| HSL | 9.64º | 0.32% | 0.34% | - |
| HSV(B) | 9.64º | 0.49% | 0.45% | - |
| XYZ | 9.93 | 8.09 | 5.18 | - |
| YUV | 81.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 59 | 0 | 0.41 | 0.49 | 0.55 | 9.64 | 0.32 | 0.34 |
| Hex | 73 | 44 | 3B | 0 | 29 | 31 | 37 | A | 20 | 22 |
| Octal | 163 | 104 | 73 | 0 | 51 | 61 | 67 | 12 | 40 | 42 |
| Binary | 1110011 | 1000100 | 111011 | 0 | 101001 | 110001 | 110111 | 1010 | 100000 | 100010 |
Color Harmonies of #73443B
Complementary color
Monochromatic Colors of #73443B
Black with #73443B
Text Example
Text Example
White with #73443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73443B; }
p { color: rgb(115,68,59); }
H1.HeaderClassName
{
color: #73443B;
}
.AnyTagClassName
{
color: #73443B;
}
</style>
background-color css
<style>
a { background-color: #73443B; }
a { background-color: rgb(115,68,59); }
div.DivClassName
{
background-color: #73443B;
}
.BgClassName
{
background-color: #73443B;
}
</style>
border-color css
<style>
span { border-color: #73443B; }
span { border-color: rgb(115,68,59); }
td.TdClassName
{
border-color: #73443B;
}
.TagClassName
{
border-color: #73443B;
}
</style>