Shades of Bole #724B44
Tints of Bole #724B44
RGB
CMYK
RGB Variations
Color information
#724B44 (or 0x724B44) is known color: Bole. HEX triplet: 72, 4B and 44. RGB value is (114,75,68). Sum of RGB (Red+Green+Blue) = 114+75+68=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #724B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B44 is #8DB4BB. Grayscale: #555555. Windows color (decimal): -9286844 or 4475762. OLE color: 4475762.
HSL color Cylindrical-coordinate representation of color #724B44: hue angle of 9.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724B44 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 68 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.55 |
| HSL | 9.13º | 0.25% | 0.36% | - |
| HSV(B) | 9.13º | 0.4% | 0.45% | - |
| XYZ | 10.5 | 9.03 | 6.66 | - |
| YUV | 85.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 68 | 0 | 0.34 | 0.40 | 0.55 | 9.13 | 0.25 | 0.36 |
| Hex | 72 | 4B | 44 | 0 | 22 | 28 | 37 | 9 | 19 | 24 |
| Octal | 162 | 113 | 104 | 0 | 42 | 50 | 67 | 11 | 31 | 44 |
| Binary | 1110010 | 1001011 | 1000100 | 0 | 100010 | 101000 | 110111 | 1001 | 11001 | 100100 |
Color Harmonies of #724B44
Complementary color
Monochromatic Colors of #724B44
Black with #724B44
Text Example
Text Example
White with #724B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B44; }
p { color: rgb(114,75,68); }
H1.HeaderClassName
{
color: #724B44;
}
.AnyTagClassName
{
color: #724B44;
}
</style>
background-color css
<style>
a { background-color: #724B44; }
a { background-color: rgb(114,75,68); }
div.DivClassName
{
background-color: #724B44;
}
.BgClassName
{
background-color: #724B44;
}
</style>
border-color css
<style>
span { border-color: #724B44; }
span { border-color: rgb(114,75,68); }
td.TdClassName
{
border-color: #724B44;
}
.TagClassName
{
border-color: #724B44;
}
</style>