Shades of Nugget #B78728
Tints of Nugget #B78728
RGB
CMYK
RGB Variations
Color information
#B78728 (or 0xB78728) is known color: Nugget. HEX triplet: B7, 87 and 28. RGB value is (183,135,40). Sum of RGB (Red+Green+Blue) = 183+135+40=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B78728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78728 is #4878D7. Grayscale: #8A8A8A. Windows color (decimal): -4749528 or 2656183. OLE color: 2656183.
HSL color Cylindrical-coordinate representation of color #B78728: hue angle of 39.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B78728 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 40 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.28 |
| HSL | 39.86º | 0.64% | 0.44% | - |
| HSV(B) | 39.86º | 0.78% | 0.72% | - |
| XYZ | 28.58 | 27.55 | 5.82 | - |
| YUV | 138.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 40 | 0 | 0.26 | 0.78 | 0.28 | 39.86 | 0.64 | 0.44 |
| Hex | B7 | 87 | 28 | 0 | 1A | 4E | 1C | 28 | 40 | 2C |
| Octal | 267 | 207 | 50 | 0 | 32 | 116 | 34 | 50 | 100 | 54 |
| Binary | 10110111 | 10000111 | 101000 | 0 | 11010 | 1001110 | 11100 | 101000 | 1000000 | 101100 |
Color Harmonies of #B78728
Complementary color
Monochromatic Colors of #B78728
Black with #B78728
Text Example
Text Example
White with #B78728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78728; }
p { color: rgb(183,135,40); }
H1.HeaderClassName
{
color: #B78728;
}
.AnyTagClassName
{
color: #B78728;
}
</style>
background-color css
<style>
a { background-color: #B78728; }
a { background-color: rgb(183,135,40); }
div.DivClassName
{
background-color: #B78728;
}
.BgClassName
{
background-color: #B78728;
}
</style>
border-color css
<style>
span { border-color: #B78728; }
span { border-color: rgb(183,135,40); }
td.TdClassName
{
border-color: #B78728;
}
.TagClassName
{
border-color: #B78728;
}
</style>