Shades of Bole #74453F
Tints of Bole #74453F
RGB
CMYK
RGB Variations
Color information
#74453F (or 0x74453F) is known color: Bole. HEX triplet: 74, 45 and 3F. RGB value is (116,69,63). Sum of RGB (Red+Green+Blue) = 116+69+63=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74453F is #8BBAC0. Grayscale: #525252. Windows color (decimal): -9157313 or 4146548. OLE color: 4146548.
HSL color Cylindrical-coordinate representation of color #74453F: hue angle of 6.79º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74453F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 69 | 63 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.55 |
| HSL | 6.79º | 0.3% | 0.35% | - |
| HSV(B) | 6.79º | 0.46% | 0.45% | - |
| XYZ | 10.23 | 8.33 | 5.77 | - |
| YUV | 82.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 63 | 0 | 0.41 | 0.46 | 0.55 | 6.79 | 0.3 | 0.35 |
| Hex | 74 | 45 | 3F | 0 | 29 | 2E | 37 | 7 | 1E | 23 |
| Octal | 164 | 105 | 77 | 0 | 51 | 56 | 67 | 7 | 36 | 43 |
| Binary | 1110100 | 1000101 | 111111 | 0 | 101001 | 101110 | 110111 | 111 | 11110 | 100011 |
Color Harmonies of #74453F
Complementary color
Monochromatic Colors of #74453F
Black with #74453F
Text Example
Text Example
White with #74453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74453F; }
p { color: rgb(116,69,63); }
H1.HeaderClassName
{
color: #74453F;
}
.AnyTagClassName
{
color: #74453F;
}
</style>
background-color css
<style>
a { background-color: #74453F; }
a { background-color: rgb(116,69,63); }
div.DivClassName
{
background-color: #74453F;
}
.BgClassName
{
background-color: #74453F;
}
</style>
border-color css
<style>
span { border-color: #74453F; }
span { border-color: rgb(116,69,63); }
td.TdClassName
{
border-color: #74453F;
}
.TagClassName
{
border-color: #74453F;
}
</style>