Shades of Bole #724B42
Tints of Bole #724B42
RGB
CMYK
RGB Variations
Color information
#724B42 (or 0x724B42) is known color: Bole. HEX triplet: 72, 4B and 42. RGB value is (114,75,66). Sum of RGB (Red+Green+Blue) = 114+75+66=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #724B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B42 is #8DB4BD. Grayscale: #555555. Windows color (decimal): -9286846 or 4344690. OLE color: 4344690.
HSL color Cylindrical-coordinate representation of color #724B42: hue angle of 11.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724B42 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 66 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.55 |
| HSL | 11.25º | 0.27% | 0.35% | - |
| HSV(B) | 11.25º | 0.42% | 0.45% | - |
| XYZ | 10.44 | 9 | 6.34 | - |
| YUV | 85.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 66 | 0 | 0.34 | 0.42 | 0.55 | 11.25 | 0.27 | 0.35 |
| Hex | 72 | 4B | 42 | 0 | 22 | 2A | 37 | B | 1B | 23 |
| Octal | 162 | 113 | 102 | 0 | 42 | 52 | 67 | 13 | 33 | 43 |
| Binary | 1110010 | 1001011 | 1000010 | 0 | 100010 | 101010 | 110111 | 1011 | 11011 | 100011 |
Color Harmonies of #724B42
Complementary color
Monochromatic Colors of #724B42
Black with #724B42
Text Example
Text Example
White with #724B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B42; }
p { color: rgb(114,75,66); }
H1.HeaderClassName
{
color: #724B42;
}
.AnyTagClassName
{
color: #724B42;
}
</style>
background-color css
<style>
a { background-color: #724B42; }
a { background-color: rgb(114,75,66); }
div.DivClassName
{
background-color: #724B42;
}
.BgClassName
{
background-color: #724B42;
}
</style>
border-color css
<style>
span { border-color: #724B42; }
span { border-color: rgb(114,75,66); }
td.TdClassName
{
border-color: #724B42;
}
.TagClassName
{
border-color: #724B42;
}
</style>