Shades of Sahara #B59D33
Tints of Sahara #B59D33
RGB
CMYK
RGB Variations
Color information
#B59D33 (or 0xB59D33) is known color: Sahara. HEX triplet: B5, 9D and 33. RGB value is (181,157,51). Sum of RGB (Red+Green+Blue) = 181+157+51=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59D33 is #4A62CC. Grayscale: #989898. Windows color (decimal): -4874957 or 3382709. OLE color: 3382709.
HSL color Cylindrical-coordinate representation of color #B59D33: hue angle of 48.92º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B59D33 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 51 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.29 |
| HSL | 48.92º | 0.56% | 0.45% | - |
| HSV(B) | 48.92º | 0.72% | 0.71% | - |
| XYZ | 31.71 | 34.18 | 8.06 | - |
| YUV | 152.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 51 | 0 | 0.13 | 0.72 | 0.29 | 48.92 | 0.56 | 0.45 |
| Hex | B5 | 9D | 33 | 0 | D | 48 | 1D | 31 | 38 | 2D |
| Octal | 265 | 235 | 63 | 0 | 15 | 110 | 35 | 61 | 70 | 55 |
| Binary | 10110101 | 10011101 | 110011 | 0 | 1101 | 1001000 | 11101 | 110001 | 111000 | 101101 |
Color Harmonies of #B59D33
Complementary color
Monochromatic Colors of #B59D33
Black with #B59D33
Text Example
Text Example
White with #B59D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D33; }
p { color: rgb(181,157,51); }
H1.HeaderClassName
{
color: #B59D33;
}
.AnyTagClassName
{
color: #B59D33;
}
</style>
background-color css
<style>
a { background-color: #B59D33; }
a { background-color: rgb(181,157,51); }
div.DivClassName
{
background-color: #B59D33;
}
.BgClassName
{
background-color: #B59D33;
}
</style>
border-color css
<style>
span { border-color: #B59D33; }
span { border-color: rgb(181,157,51); }
td.TdClassName
{
border-color: #B59D33;
}
.TagClassName
{
border-color: #B59D33;
}
</style>