Shades of Bole #7D473C
Tints of Bole #7D473C
RGB
CMYK
RGB Variations
Color information
#7D473C (or 0x7D473C) is known color: Bole. HEX triplet: 7D, 47 and 3C. RGB value is (125,71,60). Sum of RGB (Red+Green+Blue) = 125+71+60=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D473C is #82B8C3. Grayscale: #555555. Windows color (decimal): -8566980 or 3950461. OLE color: 3950461.
HSL color Cylindrical-coordinate representation of color #7D473C: hue angle of 10.15º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D473C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 60 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.51 |
| HSL | 10.15º | 0.35% | 0.36% | - |
| HSV(B) | 10.15º | 0.52% | 0.49% | - |
| XYZ | 11.53 | 9.19 | 5.44 | - |
| YUV | 85.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 60 | 0 | 0.43 | 0.52 | 0.51 | 10.15 | 0.35 | 0.36 |
| Hex | 7D | 47 | 3C | 0 | 2B | 34 | 33 | A | 23 | 24 |
| Octal | 175 | 107 | 74 | 0 | 53 | 64 | 63 | 12 | 43 | 44 |
| Binary | 1111101 | 1000111 | 111100 | 0 | 101011 | 110100 | 110011 | 1010 | 100011 | 100100 |
Color Harmonies of #7D473C
Complementary color
Monochromatic Colors of #7D473C
Black with #7D473C
Text Example
Text Example
White with #7D473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D473C; }
p { color: rgb(125,71,60); }
H1.HeaderClassName
{
color: #7D473C;
}
.AnyTagClassName
{
color: #7D473C;
}
</style>
background-color css
<style>
a { background-color: #7D473C; }
a { background-color: rgb(125,71,60); }
div.DivClassName
{
background-color: #7D473C;
}
.BgClassName
{
background-color: #7D473C;
}
</style>
border-color css
<style>
span { border-color: #7D473C; }
span { border-color: rgb(125,71,60); }
td.TdClassName
{
border-color: #7D473C;
}
.TagClassName
{
border-color: #7D473C;
}
</style>