Shades of Sahara #B39C30
Tints of Sahara #B39C30
RGB
CMYK
RGB Variations
Color information
#B39C30 (or 0xB39C30) is known color: Sahara. HEX triplet: B3, 9C and 30. RGB value is (179,156,48). Sum of RGB (Red+Green+Blue) = 179+156+48=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C30 is #4C63CF. Grayscale: #979797. Windows color (decimal): -5006288 or 3185843. OLE color: 3185843.
HSL color Cylindrical-coordinate representation of color #B39C30: hue angle of 49.47º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B39C30 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 48 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.30 |
| HSL | 49.47º | 0.58% | 0.45% | - |
| HSV(B) | 49.47º | 0.73% | 0.7% | - |
| XYZ | 31.01 | 33.57 | 7.64 | - |
| YUV | 150.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 48 | 0 | 0.13 | 0.73 | 0.30 | 49.47 | 0.58 | 0.45 |
| Hex | B3 | 9C | 30 | 0 | D | 49 | 1E | 31 | 3A | 2D |
| Octal | 263 | 234 | 60 | 0 | 15 | 111 | 36 | 61 | 72 | 55 |
| Binary | 10110011 | 10011100 | 110000 | 0 | 1101 | 1001001 | 11110 | 110001 | 111010 | 101101 |
Color Harmonies of #B39C30
Complementary color
Monochromatic Colors of #B39C30
Black with #B39C30
Text Example
Text Example
White with #B39C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C30; }
p { color: rgb(179,156,48); }
H1.HeaderClassName
{
color: #B39C30;
}
.AnyTagClassName
{
color: #B39C30;
}
</style>
background-color css
<style>
a { background-color: #B39C30; }
a { background-color: rgb(179,156,48); }
div.DivClassName
{
background-color: #B39C30;
}
.BgClassName
{
background-color: #B39C30;
}
</style>
border-color css
<style>
span { border-color: #B39C30; }
span { border-color: rgb(179,156,48); }
td.TdClassName
{
border-color: #B39C30;
}
.TagClassName
{
border-color: #B39C30;
}
</style>