Shades of Bole #723F3C
Tints of Bole #723F3C
RGB
CMYK
RGB Variations
Color information
#723F3C (or 0x723F3C) is known color: Bole. HEX triplet: 72, 3F and 3C. RGB value is (114,63,60). Sum of RGB (Red+Green+Blue) = 114+63+60=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #723F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F3C is #8DC0C3. Grayscale: #4D4D4D. Windows color (decimal): -9289924 or 3948402. OLE color: 3948402.
HSL color Cylindrical-coordinate representation of color #723F3C: hue angle of 3.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #723F3C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 60 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.55 |
| HSL | 3.33º | 0.31% | 0.34% | - |
| HSV(B) | 3.33º | 0.47% | 0.45% | - |
| XYZ | 9.53 | 7.46 | 5.21 | - |
| YUV | 77.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 60 | 0 | 0.45 | 0.47 | 0.55 | 3.33 | 0.31 | 0.34 |
| Hex | 72 | 3F | 3C | 0 | 2D | 2F | 37 | 3 | 1F | 22 |
| Octal | 162 | 77 | 74 | 0 | 55 | 57 | 67 | 3 | 37 | 42 |
| Binary | 1110010 | 111111 | 111100 | 0 | 101101 | 101111 | 110111 | 11 | 11111 | 100010 |
Color Harmonies of #723F3C
Complementary color
Monochromatic Colors of #723F3C
Black with #723F3C
Text Example
Text Example
White with #723F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F3C; }
p { color: rgb(114,63,60); }
H1.HeaderClassName
{
color: #723F3C;
}
.AnyTagClassName
{
color: #723F3C;
}
</style>
background-color css
<style>
a { background-color: #723F3C; }
a { background-color: rgb(114,63,60); }
div.DivClassName
{
background-color: #723F3C;
}
.BgClassName
{
background-color: #723F3C;
}
</style>
border-color css
<style>
span { border-color: #723F3C; }
span { border-color: rgb(114,63,60); }
td.TdClassName
{
border-color: #723F3C;
}
.TagClassName
{
border-color: #723F3C;
}
</style>