Shades of Sahara #B5942D
Tints of Sahara #B5942D
RGB
CMYK
RGB Variations
Color information
#B5942D (or 0xB5942D) is known color: Sahara. HEX triplet: B5, 94 and 2D. RGB value is (181,148,45). Sum of RGB (Red+Green+Blue) = 181+148+45=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5942D is #4A6BD2. Grayscale: #929292. Windows color (decimal): -4877267 or 2987189. OLE color: 2987189.
HSL color Cylindrical-coordinate representation of color #B5942D: hue angle of 45.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5942D is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 45 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.29 |
| HSL | 45.44º | 0.6% | 0.44% | - |
| HSV(B) | 45.44º | 0.75% | 0.71% | - |
| XYZ | 30.12 | 31.19 | 6.92 | - |
| YUV | 146.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 45 | 0 | 0.18 | 0.75 | 0.29 | 45.44 | 0.6 | 0.44 |
| Hex | B5 | 94 | 2D | 0 | 12 | 4B | 1D | 2D | 3C | 2C |
| Octal | 265 | 224 | 55 | 0 | 22 | 113 | 35 | 55 | 74 | 54 |
| Binary | 10110101 | 10010100 | 101101 | 0 | 10010 | 1001011 | 11101 | 101101 | 111100 | 101100 |
Color Harmonies of #B5942D
Complementary color
Monochromatic Colors of #B5942D
Black with #B5942D
Text Example
Text Example
White with #B5942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5942D; }
p { color: rgb(181,148,45); }
H1.HeaderClassName
{
color: #B5942D;
}
.AnyTagClassName
{
color: #B5942D;
}
</style>
background-color css
<style>
a { background-color: #B5942D; }
a { background-color: rgb(181,148,45); }
div.DivClassName
{
background-color: #B5942D;
}
.BgClassName
{
background-color: #B5942D;
}
</style>
border-color css
<style>
span { border-color: #B5942D; }
span { border-color: rgb(181,148,45); }
td.TdClassName
{
border-color: #B5942D;
}
.TagClassName
{
border-color: #B5942D;
}
</style>