Shades of Sahara #B3921C
Tints of Sahara #B3921C
RGB
CMYK
RGB Variations
Color information
#B3921C (or 0xB3921C) is known color: Sahara. HEX triplet: B3, 92 and 1C. RGB value is (179,146,28). Sum of RGB (Red+Green+Blue) = 179+146+28=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3921C is #4C6DE3. Grayscale: #8E8E8E. Windows color (decimal): -5008868 or 1872563. OLE color: 1872563.
HSL color Cylindrical-coordinate representation of color #B3921C: hue angle of 46.89º degrees, saturation: 0.73, 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 #B3921C is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 28 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.30 |
| HSL | 46.89º | 0.73% | 0.41% | - |
| HSV(B) | 46.89º | 0.84% | 0.7% | - |
| XYZ | 29.08 | 30.23 | 5.4 | - |
| YUV | 142.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 28 | 0 | 0.18 | 0.84 | 0.30 | 46.89 | 0.73 | 0.41 |
| Hex | B3 | 92 | 1C | 0 | 12 | 54 | 1E | 2F | 49 | 29 |
| Octal | 263 | 222 | 34 | 0 | 22 | 124 | 36 | 57 | 111 | 51 |
| Binary | 10110011 | 10010010 | 11100 | 0 | 10010 | 1010100 | 11110 | 101111 | 1001001 | 101001 |
Color Harmonies of #B3921C
Complementary color
Monochromatic Colors of #B3921C
Black with #B3921C
Text Example
Text Example
White with #B3921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3921C; }
p { color: rgb(179,146,28); }
H1.HeaderClassName
{
color: #B3921C;
}
.AnyTagClassName
{
color: #B3921C;
}
</style>
background-color css
<style>
a { background-color: #B3921C; }
a { background-color: rgb(179,146,28); }
div.DivClassName
{
background-color: #B3921C;
}
.BgClassName
{
background-color: #B3921C;
}
</style>
border-color css
<style>
span { border-color: #B3921C; }
span { border-color: rgb(179,146,28); }
td.TdClassName
{
border-color: #B3921C;
}
.TagClassName
{
border-color: #B3921C;
}
</style>