Shades of Bole #75433B
Tints of Bole #75433B
RGB
CMYK
RGB Variations
Color information
#75433B (or 0x75433B) is known color: Bole. HEX triplet: 75, 43 and 3B. RGB value is (117,67,59). Sum of RGB (Red+Green+Blue) = 117+67+59=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75433B is #8ABCC4. Grayscale: #515151. Windows color (decimal): -9092293 or 3883893. OLE color: 3883893.
HSL color Cylindrical-coordinate representation of color #75433B: hue angle of 8.28º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75433B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 59 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.54 |
| HSL | 8.28º | 0.33% | 0.35% | - |
| HSV(B) | 8.28º | 0.5% | 0.46% | - |
| XYZ | 10.13 | 8.11 | 5.17 | - |
| YUV | 81.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 59 | 0 | 0.43 | 0.50 | 0.54 | 8.28 | 0.33 | 0.35 |
| Hex | 75 | 43 | 3B | 0 | 2B | 32 | 36 | 8 | 21 | 23 |
| Octal | 165 | 103 | 73 | 0 | 53 | 62 | 66 | 10 | 41 | 43 |
| Binary | 1110101 | 1000011 | 111011 | 0 | 101011 | 110010 | 110110 | 1000 | 100001 | 100011 |
Color Harmonies of #75433B
Complementary color
Monochromatic Colors of #75433B
Black with #75433B
Text Example
Text Example
White with #75433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75433B; }
p { color: rgb(117,67,59); }
H1.HeaderClassName
{
color: #75433B;
}
.AnyTagClassName
{
color: #75433B;
}
</style>
background-color css
<style>
a { background-color: #75433B; }
a { background-color: rgb(117,67,59); }
div.DivClassName
{
background-color: #75433B;
}
.BgClassName
{
background-color: #75433B;
}
</style>
border-color css
<style>
span { border-color: #75433B; }
span { border-color: rgb(117,67,59); }
td.TdClassName
{
border-color: #75433B;
}
.TagClassName
{
border-color: #75433B;
}
</style>