Shades of Dark Goldenrod #B77404
Tints of Dark Goldenrod #B77404
RGB
CMYK
RGB Variations
Color information
#B77404 (or 0xB77404) is known color: Dark Goldenrod. HEX triplet: B7, 74 and 04. RGB value is (183,116,4). Sum of RGB (Red+Green+Blue) = 183+116+4=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B77404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77404 is #488BFB. Grayscale: #7B7B7B. Windows color (decimal): -4754428 or 292023. OLE color: 292023.
HSL color Cylindrical-coordinate representation of color #B77404: hue angle of 37.54º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B77404 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.28 |
| HSL | 37.54º | 0.96% | 0.37% | - |
| HSV(B) | 37.54º | 0.98% | 0.72% | - |
| XYZ | 25.8 | 22.57 | 3.11 | - |
| YUV | 123.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 4 | 0 | 0.37 | 0.98 | 0.28 | 37.54 | 0.96 | 0.37 |
| Hex | B7 | 74 | 4 | 0 | 25 | 62 | 1C | 26 | 60 | 25 |
| Octal | 267 | 164 | 4 | 0 | 45 | 142 | 34 | 46 | 140 | 45 |
| Binary | 10110111 | 1110100 | 100 | 0 | 100101 | 1100010 | 11100 | 100110 | 1100000 | 100101 |
Color Harmonies of #B77404
Complementary color
Monochromatic Colors of #B77404
Black with #B77404
Text Example
Text Example
White with #B77404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77404; }
p { color: rgb(183,116,4); }
H1.HeaderClassName
{
color: #B77404;
}
.AnyTagClassName
{
color: #B77404;
}
</style>
background-color css
<style>
a { background-color: #B77404; }
a { background-color: rgb(183,116,4); }
div.DivClassName
{
background-color: #B77404;
}
.BgClassName
{
background-color: #B77404;
}
</style>
border-color css
<style>
span { border-color: #B77404; }
span { border-color: rgb(183,116,4); }
td.TdClassName
{
border-color: #B77404;
}
.TagClassName
{
border-color: #B77404;
}
</style>