Shades of Sahara #B79121
Tints of Sahara #B79121
RGB
CMYK
RGB Variations
Color information
#B79121 (or 0xB79121) is known color: Sahara. HEX triplet: B7, 91 and 21. RGB value is (183,145,33). Sum of RGB (Red+Green+Blue) = 183+145+33=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B79121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79121 is #486EDE. Grayscale: #909090. Windows color (decimal): -4746975 or 2199991. OLE color: 2199991.
HSL color Cylindrical-coordinate representation of color #B79121: hue angle of 44.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B79121 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 33 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.28 |
| HSL | 44.8º | 0.69% | 0.42% | - |
| HSV(B) | 44.8º | 0.82% | 0.72% | - |
| XYZ | 29.93 | 30.43 | 5.73 | - |
| YUV | 143.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 33 | 0 | 0.21 | 0.82 | 0.28 | 44.8 | 0.69 | 0.42 |
| Hex | B7 | 91 | 21 | 0 | 15 | 52 | 1C | 2D | 45 | 2A |
| Octal | 267 | 221 | 41 | 0 | 25 | 122 | 34 | 55 | 105 | 52 |
| Binary | 10110111 | 10010001 | 100001 | 0 | 10101 | 1010010 | 11100 | 101101 | 1000101 | 101010 |
Color Harmonies of #B79121
Complementary color
Monochromatic Colors of #B79121
Black with #B79121
Text Example
Text Example
White with #B79121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79121; }
p { color: rgb(183,145,33); }
H1.HeaderClassName
{
color: #B79121;
}
.AnyTagClassName
{
color: #B79121;
}
</style>
background-color css
<style>
a { background-color: #B79121; }
a { background-color: rgb(183,145,33); }
div.DivClassName
{
background-color: #B79121;
}
.BgClassName
{
background-color: #B79121;
}
</style>
border-color css
<style>
span { border-color: #B79121; }
span { border-color: rgb(183,145,33); }
td.TdClassName
{
border-color: #B79121;
}
.TagClassName
{
border-color: #B79121;
}
</style>