Shades of Dark Goldenrod #B77912
Tints of Dark Goldenrod #B77912
RGB
CMYK
RGB Variations
Color information
#B77912 (or 0xB77912) is known color: Dark Goldenrod. HEX triplet: B7, 79 and 12. RGB value is (183,121,18). Sum of RGB (Red+Green+Blue) = 183+121+18=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B77912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77912 is #4886ED. Grayscale: #808080. Windows color (decimal): -4753134 or 1210807. OLE color: 1210807.
HSL color Cylindrical-coordinate representation of color #B77912: hue angle of 37.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B77912 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.28 |
| HSL | 37.45º | 0.82% | 0.39% | - |
| HSV(B) | 37.45º | 0.9% | 0.72% | - |
| XYZ | 26.47 | 23.79 | 3.77 | - |
| YUV | 127.8 | 66.04 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 18 | 0 | 0.34 | 0.90 | 0.28 | 37.45 | 0.82 | 0.39 |
| Hex | B7 | 79 | 12 | 0 | 22 | 5A | 1C | 25 | 52 | 27 |
| Octal | 267 | 171 | 22 | 0 | 42 | 132 | 34 | 45 | 122 | 47 |
| Binary | 10110111 | 1111001 | 10010 | 0 | 100010 | 1011010 | 11100 | 100101 | 1010010 | 100111 |
Color Harmonies of #B77912
Complementary color
Monochromatic Colors of #B77912
Black with #B77912
Text Example
Text Example
White with #B77912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77912; }
p { color: rgb(183,121,18); }
H1.HeaderClassName
{
color: #B77912;
}
.AnyTagClassName
{
color: #B77912;
}
</style>
background-color css
<style>
a { background-color: #B77912; }
a { background-color: rgb(183,121,18); }
div.DivClassName
{
background-color: #B77912;
}
.BgClassName
{
background-color: #B77912;
}
</style>
border-color css
<style>
span { border-color: #B77912; }
span { border-color: rgb(183,121,18); }
td.TdClassName
{
border-color: #B77912;
}
.TagClassName
{
border-color: #B77912;
}
</style>