Shades of Nugget #B3841F
Tints of Nugget #B3841F
RGB
CMYK
RGB Variations
Color information
#B3841F (or 0xB3841F) is known color: Nugget. HEX triplet: B3, 84 and 1F. RGB value is (179,132,31). Sum of RGB (Red+Green+Blue) = 179+132+31=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3841F is #4C7BE0. Grayscale: #868686. Windows color (decimal): -5012449 or 2065587. OLE color: 2065587.
HSL color Cylindrical-coordinate representation of color #B3841F: hue angle of 40.95º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3841F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 31 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.30 |
| HSL | 40.95º | 0.7% | 0.41% | - |
| HSV(B) | 40.95º | 0.83% | 0.7% | - |
| XYZ | 27.09 | 26.19 | 4.92 | - |
| YUV | 134.54 | 69.57 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 31 | 0 | 0.26 | 0.83 | 0.30 | 40.95 | 0.7 | 0.41 |
| Hex | B3 | 84 | 1F | 0 | 1A | 53 | 1E | 29 | 46 | 29 |
| Octal | 263 | 204 | 37 | 0 | 32 | 123 | 36 | 51 | 106 | 51 |
| Binary | 10110011 | 10000100 | 11111 | 0 | 11010 | 1010011 | 11110 | 101001 | 1000110 | 101001 |
Color Harmonies of #B3841F
Complementary color
Monochromatic Colors of #B3841F
Black with #B3841F
Text Example
Text Example
White with #B3841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3841F; }
p { color: rgb(179,132,31); }
H1.HeaderClassName
{
color: #B3841F;
}
.AnyTagClassName
{
color: #B3841F;
}
</style>
background-color css
<style>
a { background-color: #B3841F; }
a { background-color: rgb(179,132,31); }
div.DivClassName
{
background-color: #B3841F;
}
.BgClassName
{
background-color: #B3841F;
}
</style>
border-color css
<style>
span { border-color: #B3841F; }
span { border-color: rgb(179,132,31); }
td.TdClassName
{
border-color: #B3841F;
}
.TagClassName
{
border-color: #B3841F;
}
</style>