Shades of Bole #7B483D
Tints of Bole #7B483D
RGB
CMYK
RGB Variations
Color information
#7B483D (or 0x7B483D) is known color: Bole. HEX triplet: 7B, 48 and 3D. RGB value is (123,72,61). Sum of RGB (Red+Green+Blue) = 123+72+61=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B483D is #84B7C2. Grayscale: #565656. Windows color (decimal): -8697795 or 4016251. OLE color: 4016251.
HSL color Cylindrical-coordinate representation of color #7B483D: hue angle of 10.65º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B483D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 61 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.52 |
| HSL | 10.65º | 0.34% | 0.36% | - |
| HSV(B) | 10.65º | 0.5% | 0.48% | - |
| XYZ | 11.33 | 9.18 | 5.59 | - |
| YUV | 86 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 61 | 0 | 0.41 | 0.50 | 0.52 | 10.65 | 0.34 | 0.36 |
| Hex | 7B | 48 | 3D | 0 | 29 | 32 | 34 | B | 22 | 24 |
| Octal | 173 | 110 | 75 | 0 | 51 | 62 | 64 | 13 | 42 | 44 |
| Binary | 1111011 | 1001000 | 111101 | 0 | 101001 | 110010 | 110100 | 1011 | 100010 | 100100 |
Color Harmonies of #7B483D
Complementary color
Monochromatic Colors of #7B483D
Black with #7B483D
Text Example
Text Example
White with #7B483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B483D; }
p { color: rgb(123,72,61); }
H1.HeaderClassName
{
color: #7B483D;
}
.AnyTagClassName
{
color: #7B483D;
}
</style>
background-color css
<style>
a { background-color: #7B483D; }
a { background-color: rgb(123,72,61); }
div.DivClassName
{
background-color: #7B483D;
}
.BgClassName
{
background-color: #7B483D;
}
</style>
border-color css
<style>
span { border-color: #7B483D; }
span { border-color: rgb(123,72,61); }
td.TdClassName
{
border-color: #7B483D;
}
.TagClassName
{
border-color: #7B483D;
}
</style>