Shades of Dark Goldenrod #B78815
Tints of Dark Goldenrod #B78815
RGB
CMYK
RGB Variations
Color information
#B78815 (or 0xB78815) is known color: Dark Goldenrod. HEX triplet: B7, 88 and 15. RGB value is (183,136,21). Sum of RGB (Red+Green+Blue) = 183+136+21=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B78815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78815 is #4877EA. Grayscale: #898989. Windows color (decimal): -4749291 or 1411255. OLE color: 1411255.
HSL color Cylindrical-coordinate representation of color #B78815: hue angle of 42.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B78815 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 21 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.28 |
| HSL | 42.59º | 0.79% | 0.4% | - |
| HSV(B) | 42.59º | 0.89% | 0.72% | - |
| XYZ | 28.47 | 27.73 | 4.56 | - |
| YUV | 136.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 21 | 0 | 0.26 | 0.89 | 0.28 | 42.59 | 0.79 | 0.4 |
| Hex | B7 | 88 | 15 | 0 | 1A | 59 | 1C | 2B | 4F | 28 |
| Octal | 267 | 210 | 25 | 0 | 32 | 131 | 34 | 53 | 117 | 50 |
| Binary | 10110111 | 10001000 | 10101 | 0 | 11010 | 1011001 | 11100 | 101011 | 1001111 | 101000 |
Color Harmonies of #B78815
Complementary color
Monochromatic Colors of #B78815
Black with #B78815
Text Example
Text Example
White with #B78815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78815; }
p { color: rgb(183,136,21); }
H1.HeaderClassName
{
color: #B78815;
}
.AnyTagClassName
{
color: #B78815;
}
</style>
background-color css
<style>
a { background-color: #B78815; }
a { background-color: rgb(183,136,21); }
div.DivClassName
{
background-color: #B78815;
}
.BgClassName
{
background-color: #B78815;
}
</style>
border-color css
<style>
span { border-color: #B78815; }
span { border-color: rgb(183,136,21); }
td.TdClassName
{
border-color: #B78815;
}
.TagClassName
{
border-color: #B78815;
}
</style>