Shades of Dark Goldenrod #B78613
Tints of Dark Goldenrod #B78613
RGB
CMYK
RGB Variations
Color information
#B78613 (or 0xB78613) is known color: Dark Goldenrod. HEX triplet: B7, 86 and 13. RGB value is (183,134,19). Sum of RGB (Red+Green+Blue) = 183+134+19=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B78613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78613 is #4879EC. Grayscale: #888888. Windows color (decimal): -4749805 or 1279671. OLE color: 1279671.
HSL color Cylindrical-coordinate representation of color #B78613: hue angle of 42.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B78613 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 19 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.28 |
| HSL | 42.07º | 0.81% | 0.4% | - |
| HSV(B) | 42.07º | 0.9% | 0.72% | - |
| XYZ | 28.17 | 27.16 | 4.37 | - |
| YUV | 135.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 19 | 0 | 0.27 | 0.90 | 0.28 | 42.07 | 0.81 | 0.4 |
| Hex | B7 | 86 | 13 | 0 | 1B | 5A | 1C | 2A | 51 | 28 |
| Octal | 267 | 206 | 23 | 0 | 33 | 132 | 34 | 52 | 121 | 50 |
| Binary | 10110111 | 10000110 | 10011 | 0 | 11011 | 1011010 | 11100 | 101010 | 1010001 | 101000 |
Color Harmonies of #B78613
Complementary color
Monochromatic Colors of #B78613
Black with #B78613
Text Example
Text Example
White with #B78613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78613; }
p { color: rgb(183,134,19); }
H1.HeaderClassName
{
color: #B78613;
}
.AnyTagClassName
{
color: #B78613;
}
</style>
background-color css
<style>
a { background-color: #B78613; }
a { background-color: rgb(183,134,19); }
div.DivClassName
{
background-color: #B78613;
}
.BgClassName
{
background-color: #B78613;
}
</style>
border-color css
<style>
span { border-color: #B78613; }
span { border-color: rgb(183,134,19); }
td.TdClassName
{
border-color: #B78613;
}
.TagClassName
{
border-color: #B78613;
}
</style>