Shades of Bole #75473E
Tints of Bole #75473E
RGB
CMYK
RGB Variations
Color information
#75473E (or 0x75473E) is known color: Bole. HEX triplet: 75, 47 and 3E. RGB value is (117,71,62). Sum of RGB (Red+Green+Blue) = 117+71+62=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75473E is #8AB8C1. Grayscale: #535353. Windows color (decimal): -9091266 or 4081525. OLE color: 4081525.
HSL color Cylindrical-coordinate representation of color #75473E: hue angle of 9.82º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75473E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 62 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.54 |
| HSL | 9.82º | 0.31% | 0.35% | - |
| HSV(B) | 9.82º | 0.47% | 0.46% | - |
| XYZ | 10.46 | 8.64 | 5.67 | - |
| YUV | 83.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 62 | 0 | 0.39 | 0.47 | 0.54 | 9.82 | 0.31 | 0.35 |
| Hex | 75 | 47 | 3E | 0 | 27 | 2F | 36 | A | 1F | 23 |
| Octal | 165 | 107 | 76 | 0 | 47 | 57 | 66 | 12 | 37 | 43 |
| Binary | 1110101 | 1000111 | 111110 | 0 | 100111 | 101111 | 110110 | 1010 | 11111 | 100011 |
Color Harmonies of #75473E
Complementary color
Monochromatic Colors of #75473E
Black with #75473E
Text Example
Text Example
White with #75473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75473E; }
p { color: rgb(117,71,62); }
H1.HeaderClassName
{
color: #75473E;
}
.AnyTagClassName
{
color: #75473E;
}
</style>
background-color css
<style>
a { background-color: #75473E; }
a { background-color: rgb(117,71,62); }
div.DivClassName
{
background-color: #75473E;
}
.BgClassName
{
background-color: #75473E;
}
</style>
border-color css
<style>
span { border-color: #75473E; }
span { border-color: rgb(117,71,62); }
td.TdClassName
{
border-color: #75473E;
}
.TagClassName
{
border-color: #75473E;
}
</style>