Shades of Bole #7D4539
Tints of Bole #7D4539
RGB
CMYK
RGB Variations
Color information
#7D4539 (or 0x7D4539) is known color: Bole. HEX triplet: 7D, 45 and 39. RGB value is (125,69,57). Sum of RGB (Red+Green+Blue) = 125+69+57=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4539 is #82BAC6. Grayscale: #545454. Windows color (decimal): -8567495 or 3753341. OLE color: 3753341.
HSL color Cylindrical-coordinate representation of color #7D4539: hue angle of 10.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D4539 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 57 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.51 |
| HSL | 10.59º | 0.37% | 0.36% | - |
| HSV(B) | 10.59º | 0.54% | 0.49% | - |
| XYZ | 11.32 | 8.91 | 4.99 | - |
| YUV | 84.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 57 | 0 | 0.45 | 0.54 | 0.51 | 10.59 | 0.37 | 0.36 |
| Hex | 7D | 45 | 39 | 0 | 2D | 36 | 33 | B | 25 | 24 |
| Octal | 175 | 105 | 71 | 0 | 55 | 66 | 63 | 13 | 45 | 44 |
| Binary | 1111101 | 1000101 | 111001 | 0 | 101101 | 110110 | 110011 | 1011 | 100101 | 100100 |
Color Harmonies of #7D4539
Complementary color
Monochromatic Colors of #7D4539
Black with #7D4539
Text Example
Text Example
White with #7D4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4539; }
p { color: rgb(125,69,57); }
H1.HeaderClassName
{
color: #7D4539;
}
.AnyTagClassName
{
color: #7D4539;
}
</style>
background-color css
<style>
a { background-color: #7D4539; }
a { background-color: rgb(125,69,57); }
div.DivClassName
{
background-color: #7D4539;
}
.BgClassName
{
background-color: #7D4539;
}
</style>
border-color css
<style>
span { border-color: #7D4539; }
span { border-color: rgb(125,69,57); }
td.TdClassName
{
border-color: #7D4539;
}
.TagClassName
{
border-color: #7D4539;
}
</style>