Shades of Mandalay #B3792D
Tints of Mandalay #B3792D
RGB
CMYK
RGB Variations
Color information
#B3792D (or 0xB3792D) is known color: Mandalay. HEX triplet: B3, 79 and 2D. RGB value is (179,121,45). Sum of RGB (Red+Green+Blue) = 179+121+45=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3792D is #4C86D2. Grayscale: #828282. Windows color (decimal): -5015251 or 2980275. OLE color: 2980275.
HSL color Cylindrical-coordinate representation of color #B3792D: hue angle of 34.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3792D is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 45 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.30 |
| HSL | 34.03º | 0.6% | 0.44% | - |
| HSV(B) | 34.03º | 0.75% | 0.7% | - |
| XYZ | 25.9 | 23.45 | 5.64 | - |
| YUV | 129.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 45 | 0 | 0.32 | 0.75 | 0.30 | 34.03 | 0.6 | 0.44 |
| Hex | B3 | 79 | 2D | 0 | 20 | 4B | 1E | 22 | 3C | 2C |
| Octal | 263 | 171 | 55 | 0 | 40 | 113 | 36 | 42 | 74 | 54 |
| Binary | 10110011 | 1111001 | 101101 | 0 | 100000 | 1001011 | 11110 | 100010 | 111100 | 101100 |
Color Harmonies of #B3792D
Complementary color
Monochromatic Colors of #B3792D
Black with #B3792D
Text Example
Text Example
White with #B3792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3792D; }
p { color: rgb(179,121,45); }
H1.HeaderClassName
{
color: #B3792D;
}
.AnyTagClassName
{
color: #B3792D;
}
</style>
background-color css
<style>
a { background-color: #B3792D; }
a { background-color: rgb(179,121,45); }
div.DivClassName
{
background-color: #B3792D;
}
.BgClassName
{
background-color: #B3792D;
}
</style>
border-color css
<style>
span { border-color: #B3792D; }
span { border-color: rgb(179,121,45); }
td.TdClassName
{
border-color: #B3792D;
}
.TagClassName
{
border-color: #B3792D;
}
</style>