Shades of Dark Goldenrod #B77815
Tints of Dark Goldenrod #B77815
RGB
CMYK
RGB Variations
Color information
#B77815 (or 0xB77815) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 15. RGB value is (183,120,21). Sum of RGB (Red+Green+Blue) = 183+120+21=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B77815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77815 is #4887EA. Grayscale: #808080. Windows color (decimal): -4753387 or 1407159. OLE color: 1407159.
HSL color Cylindrical-coordinate representation of color #B77815: hue angle of 36.67º 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 #B77815 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 21 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.28 |
| HSL | 36.67º | 0.79% | 0.4% | - |
| HSV(B) | 36.67º | 0.89% | 0.72% | - |
| XYZ | 26.38 | 23.55 | 3.87 | - |
| YUV | 127.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 21 | 0 | 0.34 | 0.89 | 0.28 | 36.67 | 0.79 | 0.4 |
| Hex | B7 | 78 | 15 | 0 | 22 | 59 | 1C | 25 | 4F | 28 |
| Octal | 267 | 170 | 25 | 0 | 42 | 131 | 34 | 45 | 117 | 50 |
| Binary | 10110111 | 1111000 | 10101 | 0 | 100010 | 1011001 | 11100 | 100101 | 1001111 | 101000 |
Color Harmonies of #B77815
Complementary color
Monochromatic Colors of #B77815
Black with #B77815
Text Example
Text Example
White with #B77815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77815; }
p { color: rgb(183,120,21); }
H1.HeaderClassName
{
color: #B77815;
}
.AnyTagClassName
{
color: #B77815;
}
</style>
background-color css
<style>
a { background-color: #B77815; }
a { background-color: rgb(183,120,21); }
div.DivClassName
{
background-color: #B77815;
}
.BgClassName
{
background-color: #B77815;
}
</style>
border-color css
<style>
span { border-color: #B77815; }
span { border-color: rgb(183,120,21); }
td.TdClassName
{
border-color: #B77815;
}
.TagClassName
{
border-color: #B77815;
}
</style>