Shades of Sahara #B38D1D
Tints of Sahara #B38D1D
RGB
CMYK
RGB Variations
Color information
#B38D1D (or 0xB38D1D) is known color: Sahara. HEX triplet: B3, 8D and 1D. RGB value is (179,141,29). Sum of RGB (Red+Green+Blue) = 179+141+29=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D1D is #4C72E2. Grayscale: #8C8C8C. Windows color (decimal): -5010147 or 1936819. OLE color: 1936819.
HSL color Cylindrical-coordinate representation of color #B38D1D: hue angle of 44.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B38D1D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 29 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.30 |
| HSL | 44.8º | 0.72% | 0.41% | - |
| HSV(B) | 44.8º | 0.84% | 0.7% | - |
| XYZ | 28.34 | 28.72 | 5.21 | - |
| YUV | 139.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 29 | 0 | 0.21 | 0.84 | 0.30 | 44.8 | 0.72 | 0.41 |
| Hex | B3 | 8D | 1D | 0 | 15 | 54 | 1E | 2D | 48 | 29 |
| Octal | 263 | 215 | 35 | 0 | 25 | 124 | 36 | 55 | 110 | 51 |
| Binary | 10110011 | 10001101 | 11101 | 0 | 10101 | 1010100 | 11110 | 101101 | 1001000 | 101001 |
Color Harmonies of #B38D1D
Complementary color
Monochromatic Colors of #B38D1D
Black with #B38D1D
Text Example
Text Example
White with #B38D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D1D; }
p { color: rgb(179,141,29); }
H1.HeaderClassName
{
color: #B38D1D;
}
.AnyTagClassName
{
color: #B38D1D;
}
</style>
background-color css
<style>
a { background-color: #B38D1D; }
a { background-color: rgb(179,141,29); }
div.DivClassName
{
background-color: #B38D1D;
}
.BgClassName
{
background-color: #B38D1D;
}
</style>
border-color css
<style>
span { border-color: #B38D1D; }
span { border-color: rgb(179,141,29); }
td.TdClassName
{
border-color: #B38D1D;
}
.TagClassName
{
border-color: #B38D1D;
}
</style>