Shades of Sahara #B59529
Tints of Sahara #B59529
RGB
CMYK
RGB Variations
Color information
#B59529 (or 0xB59529) is known color: Sahara. HEX triplet: B5, 95 and 29. RGB value is (181,149,41). Sum of RGB (Red+Green+Blue) = 181+149+41=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B59529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59529 is #4A6AD6. Grayscale: #929292. Windows color (decimal): -4877015 or 2725301. OLE color: 2725301.
HSL color Cylindrical-coordinate representation of color #B59529: hue angle of 46.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B59529 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 41 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.29 |
| HSL | 46.29º | 0.63% | 0.44% | - |
| HSV(B) | 46.29º | 0.77% | 0.71% | - |
| XYZ | 30.2 | 31.48 | 6.58 | - |
| YUV | 146.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 41 | 0 | 0.18 | 0.77 | 0.29 | 46.29 | 0.63 | 0.44 |
| Hex | B5 | 95 | 29 | 0 | 12 | 4D | 1D | 2E | 3F | 2C |
| Octal | 265 | 225 | 51 | 0 | 22 | 115 | 35 | 56 | 77 | 54 |
| Binary | 10110101 | 10010101 | 101001 | 0 | 10010 | 1001101 | 11101 | 101110 | 111111 | 101100 |
Color Harmonies of #B59529
Complementary color
Monochromatic Colors of #B59529
Black with #B59529
Text Example
Text Example
White with #B59529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59529; }
p { color: rgb(181,149,41); }
H1.HeaderClassName
{
color: #B59529;
}
.AnyTagClassName
{
color: #B59529;
}
</style>
background-color css
<style>
a { background-color: #B59529; }
a { background-color: rgb(181,149,41); }
div.DivClassName
{
background-color: #B59529;
}
.BgClassName
{
background-color: #B59529;
}
</style>
border-color css
<style>
span { border-color: #B59529; }
span { border-color: rgb(181,149,41); }
td.TdClassName
{
border-color: #B59529;
}
.TagClassName
{
border-color: #B59529;
}
</style>