Shades of Nugget #B78924
Tints of Nugget #B78924
RGB
CMYK
RGB Variations
Color information
#B78924 (or 0xB78924) is known color: Nugget. HEX triplet: B7, 89 and 24. RGB value is (183,137,36). Sum of RGB (Red+Green+Blue) = 183+137+36=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B78924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78924 is #4876DB. Grayscale: #8B8B8B. Windows color (decimal): -4749020 or 2394551. OLE color: 2394551.
HSL color Cylindrical-coordinate representation of color #B78924: hue angle of 41.22º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B78924 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 36 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.28 |
| HSL | 41.22º | 0.67% | 0.43% | - |
| HSV(B) | 41.22º | 0.8% | 0.72% | - |
| XYZ | 28.79 | 28.09 | 5.57 | - |
| YUV | 139.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 36 | 0 | 0.25 | 0.80 | 0.28 | 41.22 | 0.67 | 0.43 |
| Hex | B7 | 89 | 24 | 0 | 19 | 50 | 1C | 29 | 43 | 2B |
| Octal | 267 | 211 | 44 | 0 | 31 | 120 | 34 | 51 | 103 | 53 |
| Binary | 10110111 | 10001001 | 100100 | 0 | 11001 | 1010000 | 11100 | 101001 | 1000011 | 101011 |
Color Harmonies of #B78924
Complementary color
Monochromatic Colors of #B78924
Black with #B78924
Text Example
Text Example
White with #B78924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78924; }
p { color: rgb(183,137,36); }
H1.HeaderClassName
{
color: #B78924;
}
.AnyTagClassName
{
color: #B78924;
}
</style>
background-color css
<style>
a { background-color: #B78924; }
a { background-color: rgb(183,137,36); }
div.DivClassName
{
background-color: #B78924;
}
.BgClassName
{
background-color: #B78924;
}
</style>
border-color css
<style>
span { border-color: #B78924; }
span { border-color: rgb(183,137,36); }
td.TdClassName
{
border-color: #B78924;
}
.TagClassName
{
border-color: #B78924;
}
</style>