Shades of Sahara #B39829
Tints of Sahara #B39829
RGB
CMYK
RGB Variations
Color information
#B39829 (or 0xB39829) is known color: Sahara. HEX triplet: B3, 98 and 29. RGB value is (179,152,41). Sum of RGB (Red+Green+Blue) = 179+152+41=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B39829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39829 is #4C67D6. Grayscale: #939393. Windows color (decimal): -5007319 or 2726067. OLE color: 2726067.
HSL color Cylindrical-coordinate representation of color #B39829: hue angle of 48.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B39829 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 41 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.30 |
| HSL | 48.26º | 0.63% | 0.43% | - |
| HSV(B) | 48.26º | 0.77% | 0.7% | - |
| XYZ | 30.22 | 32.2 | 6.72 | - |
| YUV | 147.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 41 | 0 | 0.15 | 0.77 | 0.30 | 48.26 | 0.63 | 0.43 |
| Hex | B3 | 98 | 29 | 0 | F | 4D | 1E | 30 | 3F | 2B |
| Octal | 263 | 230 | 51 | 0 | 17 | 115 | 36 | 60 | 77 | 53 |
| Binary | 10110011 | 10011000 | 101001 | 0 | 1111 | 1001101 | 11110 | 110000 | 111111 | 101011 |
Color Harmonies of #B39829
Complementary color
Monochromatic Colors of #B39829
Black with #B39829
Text Example
Text Example
White with #B39829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39829; }
p { color: rgb(179,152,41); }
H1.HeaderClassName
{
color: #B39829;
}
.AnyTagClassName
{
color: #B39829;
}
</style>
background-color css
<style>
a { background-color: #B39829; }
a { background-color: rgb(179,152,41); }
div.DivClassName
{
background-color: #B39829;
}
.BgClassName
{
background-color: #B39829;
}
</style>
border-color css
<style>
span { border-color: #B39829; }
span { border-color: rgb(179,152,41); }
td.TdClassName
{
border-color: #B39829;
}
.TagClassName
{
border-color: #B39829;
}
</style>