Shades of Reno Sand #B36735
Tints of Reno Sand #B36735
RGB
CMYK
RGB Variations
Color information
#B36735 (or 0xB36735) is known color: Reno Sand. HEX triplet: B3, 67 and 35. RGB value is (179,103,53). Sum of RGB (Red+Green+Blue) = 179+103+53=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B36735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36735 is #4C98CA. Grayscale: #787878. Windows color (decimal): -5019851 or 3499955. OLE color: 3499955.
HSL color Cylindrical-coordinate representation of color #B36735: hue angle of 23.81º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B36735 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 53 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.30 |
| HSL | 23.81º | 0.54% | 0.45% | - |
| HSV(B) | 23.81º | 0.7% | 0.7% | - |
| XYZ | 24.08 | 19.54 | 5.87 | - |
| YUV | 120.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 53 | 0 | 0.42 | 0.70 | 0.30 | 23.81 | 0.54 | 0.45 |
| Hex | B3 | 67 | 35 | 0 | 2A | 46 | 1E | 18 | 36 | 2D |
| Octal | 263 | 147 | 65 | 0 | 52 | 106 | 36 | 30 | 66 | 55 |
| Binary | 10110011 | 1100111 | 110101 | 0 | 101010 | 1000110 | 11110 | 11000 | 110110 | 101101 |
Color Harmonies of #B36735
Complementary color
Monochromatic Colors of #B36735
Black with #B36735
Text Example
Text Example
White with #B36735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36735; }
p { color: rgb(179,103,53); }
H1.HeaderClassName
{
color: #B36735;
}
.AnyTagClassName
{
color: #B36735;
}
</style>
background-color css
<style>
a { background-color: #B36735; }
a { background-color: rgb(179,103,53); }
div.DivClassName
{
background-color: #B36735;
}
.BgClassName
{
background-color: #B36735;
}
</style>
border-color css
<style>
span { border-color: #B36735; }
span { border-color: rgb(179,103,53); }
td.TdClassName
{
border-color: #B36735;
}
.TagClassName
{
border-color: #B36735;
}
</style>