Shades of Sahara #B3961D
Tints of Sahara #B3961D
RGB
CMYK
RGB Variations
Color information
#B3961D (or 0xB3961D) is known color: Sahara. HEX triplet: B3, 96 and 1D. RGB value is (179,150,29). Sum of RGB (Red+Green+Blue) = 179+150+29=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3961D is #4C69E2. Grayscale: #919191. Windows color (decimal): -5007843 or 1939123. OLE color: 1939123.
HSL color Cylindrical-coordinate representation of color #B3961D: hue angle of 48.4º 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 #B3961D is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 29 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.30 |
| HSL | 48.4º | 0.72% | 0.41% | - |
| HSV(B) | 48.4º | 0.84% | 0.7% | - |
| XYZ | 29.72 | 31.49 | 5.67 | - |
| YUV | 144.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 29 | 0 | 0.16 | 0.84 | 0.30 | 48.4 | 0.72 | 0.41 |
| Hex | B3 | 96 | 1D | 0 | 10 | 54 | 1E | 30 | 48 | 29 |
| Octal | 263 | 226 | 35 | 0 | 20 | 124 | 36 | 60 | 110 | 51 |
| Binary | 10110011 | 10010110 | 11101 | 0 | 10000 | 1010100 | 11110 | 110000 | 1001000 | 101001 |
Color Harmonies of #B3961D
Complementary color
Monochromatic Colors of #B3961D
Black with #B3961D
Text Example
Text Example
White with #B3961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3961D; }
p { color: rgb(179,150,29); }
H1.HeaderClassName
{
color: #B3961D;
}
.AnyTagClassName
{
color: #B3961D;
}
</style>
background-color css
<style>
a { background-color: #B3961D; }
a { background-color: rgb(179,150,29); }
div.DivClassName
{
background-color: #B3961D;
}
.BgClassName
{
background-color: #B3961D;
}
</style>
border-color css
<style>
span { border-color: #B3961D; }
span { border-color: rgb(179,150,29); }
td.TdClassName
{
border-color: #B3961D;
}
.TagClassName
{
border-color: #B3961D;
}
</style>