Shades of Reno Sand #B37333
Tints of Reno Sand #B37333
RGB
CMYK
RGB Variations
Color information
#B37333 (or 0xB37333) is known color: Reno Sand. HEX triplet: B3, 73 and 33. RGB value is (179,115,51). Sum of RGB (Red+Green+Blue) = 179+115+51=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B37333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37333 is #4C8CCC. Grayscale: #7F7F7F. Windows color (decimal): -5016781 or 3371955. OLE color: 3371955.
HSL color Cylindrical-coordinate representation of color #B37333: hue angle of 30º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B37333 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 51 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.30 |
| HSL | 30º | 0.56% | 0.45% | - |
| HSV(B) | 30º | 0.72% | 0.7% | - |
| XYZ | 25.32 | 22.08 | 6.06 | - |
| YUV | 126.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 51 | 0 | 0.36 | 0.72 | 0.30 | 30 | 0.56 | 0.45 |
| Hex | B3 | 73 | 33 | 0 | 24 | 48 | 1E | 1E | 38 | 2D |
| Octal | 263 | 163 | 63 | 0 | 44 | 110 | 36 | 36 | 70 | 55 |
| Binary | 10110011 | 1110011 | 110011 | 0 | 100100 | 1001000 | 11110 | 11110 | 111000 | 101101 |
Color Harmonies of #B37333
Complementary color
Monochromatic Colors of #B37333
Black with #B37333
Text Example
Text Example
White with #B37333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37333; }
p { color: rgb(179,115,51); }
H1.HeaderClassName
{
color: #B37333;
}
.AnyTagClassName
{
color: #B37333;
}
</style>
background-color css
<style>
a { background-color: #B37333; }
a { background-color: rgb(179,115,51); }
div.DivClassName
{
background-color: #B37333;
}
.BgClassName
{
background-color: #B37333;
}
</style>
border-color css
<style>
span { border-color: #B37333; }
span { border-color: rgb(179,115,51); }
td.TdClassName
{
border-color: #B37333;
}
.TagClassName
{
border-color: #B37333;
}
</style>