Shades of Reno Sand #B77239
Tints of Reno Sand #B77239
RGB
CMYK
RGB Variations
Color information
#B77239 (or 0xB77239) is known color: Reno Sand. HEX triplet: B7, 72 and 39. RGB value is (183,114,57). Sum of RGB (Red+Green+Blue) = 183+114+57=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77239 is #488DC6. Grayscale: #808080. Windows color (decimal): -4754887 or 3764919. OLE color: 3764919.
HSL color Cylindrical-coordinate representation of color #B77239: hue angle of 27.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B77239 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 57 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.28 |
| HSL | 27.14º | 0.53% | 0.47% | - |
| HSV(B) | 27.14º | 0.69% | 0.72% | - |
| XYZ | 26.28 | 22.4 | 6.81 | - |
| YUV | 128.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 57 | 0 | 0.38 | 0.69 | 0.28 | 27.14 | 0.53 | 0.47 |
| Hex | B7 | 72 | 39 | 0 | 26 | 45 | 1C | 1B | 34 | 2F |
| Octal | 267 | 162 | 71 | 0 | 46 | 105 | 34 | 33 | 64 | 57 |
| Binary | 10110111 | 1110010 | 111001 | 0 | 100110 | 1000101 | 11100 | 11011 | 110100 | 101111 |
Color Harmonies of #B77239
Complementary color
Monochromatic Colors of #B77239
Black with #B77239
Text Example
Text Example
White with #B77239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77239; }
p { color: rgb(183,114,57); }
H1.HeaderClassName
{
color: #B77239;
}
.AnyTagClassName
{
color: #B77239;
}
</style>
background-color css
<style>
a { background-color: #B77239; }
a { background-color: rgb(183,114,57); }
div.DivClassName
{
background-color: #B77239;
}
.BgClassName
{
background-color: #B77239;
}
</style>
border-color css
<style>
span { border-color: #B77239; }
span { border-color: rgb(183,114,57); }
td.TdClassName
{
border-color: #B77239;
}
.TagClassName
{
border-color: #B77239;
}
</style>