Shades of Bole #74453D
Tints of Bole #74453D
RGB
CMYK
RGB Variations
Color information
#74453D (or 0x74453D) is known color: Bole. HEX triplet: 74, 45 and 3D. RGB value is (116,69,61). Sum of RGB (Red+Green+Blue) = 116+69+61=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74453D is #8BBAC2. Grayscale: #525252. Windows color (decimal): -9157315 or 4015476. OLE color: 4015476.
HSL color Cylindrical-coordinate representation of color #74453D: hue angle of 8.73º 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 #74453D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 69 | 61 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.55 |
| HSL | 8.73º | 0.31% | 0.35% | - |
| HSV(B) | 8.73º | 0.47% | 0.45% | - |
| XYZ | 10.17 | 8.31 | 5.48 | - |
| YUV | 82.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 61 | 0 | 0.41 | 0.47 | 0.55 | 8.73 | 0.31 | 0.35 |
| Hex | 74 | 45 | 3D | 0 | 29 | 2F | 37 | 9 | 1F | 23 |
| Octal | 164 | 105 | 75 | 0 | 51 | 57 | 67 | 11 | 37 | 43 |
| Binary | 1110100 | 1000101 | 111101 | 0 | 101001 | 101111 | 110111 | 1001 | 11111 | 100011 |
Color Harmonies of #74453D
Complementary color
Monochromatic Colors of #74453D
Black with #74453D
Text Example
Text Example
White with #74453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74453D; }
p { color: rgb(116,69,61); }
H1.HeaderClassName
{
color: #74453D;
}
.AnyTagClassName
{
color: #74453D;
}
</style>
background-color css
<style>
a { background-color: #74453D; }
a { background-color: rgb(116,69,61); }
div.DivClassName
{
background-color: #74453D;
}
.BgClassName
{
background-color: #74453D;
}
</style>
border-color css
<style>
span { border-color: #74453D; }
span { border-color: rgb(116,69,61); }
td.TdClassName
{
border-color: #74453D;
}
.TagClassName
{
border-color: #74453D;
}
</style>