Shades of Bole #724A3E
Tints of Bole #724A3E
RGB
CMYK
RGB Variations
Color information
#724A3E (or 0x724A3E) is known color: Bole. HEX triplet: 72, 4A and 3E. RGB value is (114,74,62). Sum of RGB (Red+Green+Blue) = 114+74+62=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #724A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A3E is #8DB5C1. Grayscale: #545454. Windows color (decimal): -9287106 or 4082290. OLE color: 4082290.
HSL color Cylindrical-coordinate representation of color #724A3E: hue angle of 13.85º 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 #724A3E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 62 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.55 |
| HSL | 13.85º | 0.3% | 0.35% | - |
| HSV(B) | 13.85º | 0.46% | 0.45% | - |
| XYZ | 10.26 | 8.82 | 5.72 | - |
| YUV | 84.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 62 | 0 | 0.35 | 0.46 | 0.55 | 13.85 | 0.3 | 0.35 |
| Hex | 72 | 4A | 3E | 0 | 23 | 2E | 37 | E | 1E | 23 |
| Octal | 162 | 112 | 76 | 0 | 43 | 56 | 67 | 16 | 36 | 43 |
| Binary | 1110010 | 1001010 | 111110 | 0 | 100011 | 101110 | 110111 | 1110 | 11110 | 100011 |
Color Harmonies of #724A3E
Complementary color
Monochromatic Colors of #724A3E
Black with #724A3E
Text Example
Text Example
White with #724A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A3E; }
p { color: rgb(114,74,62); }
H1.HeaderClassName
{
color: #724A3E;
}
.AnyTagClassName
{
color: #724A3E;
}
</style>
background-color css
<style>
a { background-color: #724A3E; }
a { background-color: rgb(114,74,62); }
div.DivClassName
{
background-color: #724A3E;
}
.BgClassName
{
background-color: #724A3E;
}
</style>
border-color css
<style>
span { border-color: #724A3E; }
span { border-color: rgb(114,74,62); }
td.TdClassName
{
border-color: #724A3E;
}
.TagClassName
{
border-color: #724A3E;
}
</style>