Shades of Bole #73433B
Tints of Bole #73433B
RGB
CMYK
RGB Variations
Color information
#73433B (or 0x73433B) is known color: Bole. HEX triplet: 73, 43 and 3B. RGB value is (115,67,59). Sum of RGB (Red+Green+Blue) = 115+67+59=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73433B is #8CBCC4. Grayscale: #505050. Windows color (decimal): -9223365 or 3883891. OLE color: 3883891.
HSL color Cylindrical-coordinate representation of color #73433B: hue angle of 8.57º 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 #73433B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 59 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.55 |
| HSL | 8.57º | 0.32% | 0.34% | - |
| HSV(B) | 8.57º | 0.49% | 0.45% | - |
| XYZ | 9.87 | 7.97 | 5.16 | - |
| YUV | 80.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 59 | 0 | 0.42 | 0.49 | 0.55 | 8.57 | 0.32 | 0.34 |
| Hex | 73 | 43 | 3B | 0 | 2A | 31 | 37 | 9 | 20 | 22 |
| Octal | 163 | 103 | 73 | 0 | 52 | 61 | 67 | 11 | 40 | 42 |
| Binary | 1110011 | 1000011 | 111011 | 0 | 101010 | 110001 | 110111 | 1001 | 100000 | 100010 |
Color Harmonies of #73433B
Complementary color
Monochromatic Colors of #73433B
Black with #73433B
Text Example
Text Example
White with #73433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73433B; }
p { color: rgb(115,67,59); }
H1.HeaderClassName
{
color: #73433B;
}
.AnyTagClassName
{
color: #73433B;
}
</style>
background-color css
<style>
a { background-color: #73433B; }
a { background-color: rgb(115,67,59); }
div.DivClassName
{
background-color: #73433B;
}
.BgClassName
{
background-color: #73433B;
}
</style>
border-color css
<style>
span { border-color: #73433B; }
span { border-color: rgb(115,67,59); }
td.TdClassName
{
border-color: #73433B;
}
.TagClassName
{
border-color: #73433B;
}
</style>