Shades of Dark Goldenrod #B78818
Tints of Dark Goldenrod #B78818
RGB
CMYK
RGB Variations
Color information
#B78818 (or 0xB78818) is known color: Dark Goldenrod. HEX triplet: B7, 88 and 18. RGB value is (183,136,24). Sum of RGB (Red+Green+Blue) = 183+136+24=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B78818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78818 is #4877E7. Grayscale: #898989. Windows color (decimal): -4749288 or 1607863. OLE color: 1607863.
HSL color Cylindrical-coordinate representation of color #B78818: hue angle of 42.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B78818 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 24 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.28 |
| HSL | 42.26º | 0.77% | 0.41% | - |
| HSV(B) | 42.26º | 0.87% | 0.72% | - |
| XYZ | 28.5 | 27.74 | 4.72 | - |
| YUV | 137.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 24 | 0 | 0.26 | 0.87 | 0.28 | 42.26 | 0.77 | 0.41 |
| Hex | B7 | 88 | 18 | 0 | 1A | 57 | 1C | 2A | 4D | 29 |
| Octal | 267 | 210 | 30 | 0 | 32 | 127 | 34 | 52 | 115 | 51 |
| Binary | 10110111 | 10001000 | 11000 | 0 | 11010 | 1010111 | 11100 | 101010 | 1001101 | 101001 |
Color Harmonies of #B78818
Complementary color
Monochromatic Colors of #B78818
Black with #B78818
Text Example
Text Example
White with #B78818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78818; }
p { color: rgb(183,136,24); }
H1.HeaderClassName
{
color: #B78818;
}
.AnyTagClassName
{
color: #B78818;
}
</style>
background-color css
<style>
a { background-color: #B78818; }
a { background-color: rgb(183,136,24); }
div.DivClassName
{
background-color: #B78818;
}
.BgClassName
{
background-color: #B78818;
}
</style>
border-color css
<style>
span { border-color: #B78818; }
span { border-color: rgb(183,136,24); }
td.TdClassName
{
border-color: #B78818;
}
.TagClassName
{
border-color: #B78818;
}
</style>