Shades of Bole #72413B
Tints of Bole #72413B
RGB
CMYK
RGB Variations
Color information
#72413B (or 0x72413B) is known color: Bole. HEX triplet: 72, 41 and 3B. RGB value is (114,65,59). Sum of RGB (Red+Green+Blue) = 114+65+59=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72413B is #8DBEC4. Grayscale: #4F4F4F. Windows color (decimal): -9289413 or 3883378. OLE color: 3883378.
HSL color Cylindrical-coordinate representation of color #72413B: hue angle of 6.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72413B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 59 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.55 |
| HSL | 6.55º | 0.32% | 0.34% | - |
| HSV(B) | 6.55º | 0.48% | 0.45% | - |
| XYZ | 9.62 | 7.67 | 5.11 | - |
| YUV | 78.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 59 | 0 | 0.43 | 0.48 | 0.55 | 6.55 | 0.32 | 0.34 |
| Hex | 72 | 41 | 3B | 0 | 2B | 30 | 37 | 7 | 20 | 22 |
| Octal | 162 | 101 | 73 | 0 | 53 | 60 | 67 | 7 | 40 | 42 |
| Binary | 1110010 | 1000001 | 111011 | 0 | 101011 | 110000 | 110111 | 111 | 100000 | 100010 |
Color Harmonies of #72413B
Complementary color
Monochromatic Colors of #72413B
Black with #72413B
Text Example
Text Example
White with #72413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72413B; }
p { color: rgb(114,65,59); }
H1.HeaderClassName
{
color: #72413B;
}
.AnyTagClassName
{
color: #72413B;
}
</style>
background-color css
<style>
a { background-color: #72413B; }
a { background-color: rgb(114,65,59); }
div.DivClassName
{
background-color: #72413B;
}
.BgClassName
{
background-color: #72413B;
}
</style>
border-color css
<style>
span { border-color: #72413B; }
span { border-color: rgb(114,65,59); }
td.TdClassName
{
border-color: #72413B;
}
.TagClassName
{
border-color: #72413B;
}
</style>