Shades of Bole #74453B
Tints of Bole #74453B
RGB
CMYK
RGB Variations
Color information
#74453B (or 0x74453B) is known color: Bole. HEX triplet: 74, 45 and 3B. RGB value is (116,69,59). Sum of RGB (Red+Green+Blue) = 116+69+59=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74453B is #8BBAC4. Grayscale: #515151. Windows color (decimal): -9157317 or 3884404. OLE color: 3884404.
HSL color Cylindrical-coordinate representation of color #74453B: hue angle of 10.53º degrees, saturation: 0.33, 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 #74453B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 69 | 59 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.55 |
| HSL | 10.53º | 0.33% | 0.34% | - |
| HSV(B) | 10.53º | 0.49% | 0.45% | - |
| XYZ | 10.12 | 8.29 | 5.2 | - |
| YUV | 81.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 59 | 0 | 0.41 | 0.49 | 0.55 | 10.53 | 0.33 | 0.34 |
| Hex | 74 | 45 | 3B | 0 | 29 | 31 | 37 | B | 21 | 22 |
| Octal | 164 | 105 | 73 | 0 | 51 | 61 | 67 | 13 | 41 | 42 |
| Binary | 1110100 | 1000101 | 111011 | 0 | 101001 | 110001 | 110111 | 1011 | 100001 | 100010 |
Color Harmonies of #74453B
Complementary color
Monochromatic Colors of #74453B
Black with #74453B
Text Example
Text Example
White with #74453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74453B; }
p { color: rgb(116,69,59); }
H1.HeaderClassName
{
color: #74453B;
}
.AnyTagClassName
{
color: #74453B;
}
</style>
background-color css
<style>
a { background-color: #74453B; }
a { background-color: rgb(116,69,59); }
div.DivClassName
{
background-color: #74453B;
}
.BgClassName
{
background-color: #74453B;
}
</style>
border-color css
<style>
span { border-color: #74453B; }
span { border-color: rgb(116,69,59); }
td.TdClassName
{
border-color: #74453B;
}
.TagClassName
{
border-color: #74453B;
}
</style>