Shades of Sahara #B39A34
Tints of Sahara #B39A34
RGB
CMYK
RGB Variations
Color information
#B39A34 (or 0xB39A34) is known color: Sahara. HEX triplet: B3, 9A and 34. RGB value is (179,154,52). Sum of RGB (Red+Green+Blue) = 179+154+52=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A34 is #4C65CB. Grayscale: #969696. Windows color (decimal): -5006796 or 3447475. OLE color: 3447475.
HSL color Cylindrical-coordinate representation of color #B39A34: hue angle of 48.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B39A34 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 52 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.30 |
| HSL | 48.19º | 0.55% | 0.45% | - |
| HSV(B) | 48.19º | 0.71% | 0.7% | - |
| XYZ | 30.77 | 32.94 | 7.99 | - |
| YUV | 149.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 52 | 0 | 0.14 | 0.71 | 0.30 | 48.19 | 0.55 | 0.45 |
| Hex | B3 | 9A | 34 | 0 | E | 47 | 1E | 30 | 37 | 2D |
| Octal | 263 | 232 | 64 | 0 | 16 | 107 | 36 | 60 | 67 | 55 |
| Binary | 10110011 | 10011010 | 110100 | 0 | 1110 | 1000111 | 11110 | 110000 | 110111 | 101101 |
Color Harmonies of #B39A34
Complementary color
Monochromatic Colors of #B39A34
Black with #B39A34
Text Example
Text Example
White with #B39A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A34; }
p { color: rgb(179,154,52); }
H1.HeaderClassName
{
color: #B39A34;
}
.AnyTagClassName
{
color: #B39A34;
}
</style>
background-color css
<style>
a { background-color: #B39A34; }
a { background-color: rgb(179,154,52); }
div.DivClassName
{
background-color: #B39A34;
}
.BgClassName
{
background-color: #B39A34;
}
</style>
border-color css
<style>
span { border-color: #B39A34; }
span { border-color: rgb(179,154,52); }
td.TdClassName
{
border-color: #B39A34;
}
.TagClassName
{
border-color: #B39A34;
}
</style>