Shades of Dark Goldenrod #B7811C
Tints of Dark Goldenrod #B7811C
RGB
CMYK
RGB Variations
Color information
#B7811C (or 0xB7811C) is known color: Dark Goldenrod. HEX triplet: B7, 81 and 1C. RGB value is (183,129,28). Sum of RGB (Red+Green+Blue) = 183+129+28=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7811C is #487EE3. Grayscale: #868686. Windows color (decimal): -4751076 or 1868215. OLE color: 1868215.
HSL color Cylindrical-coordinate representation of color #B7811C: hue angle of 39.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7811C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 28 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.28 |
| HSL | 39.1º | 0.73% | 0.41% | - |
| HSV(B) | 39.1º | 0.85% | 0.72% | - |
| XYZ | 27.59 | 25.85 | 4.63 | - |
| YUV | 133.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 28 | 0 | 0.30 | 0.85 | 0.28 | 39.1 | 0.73 | 0.41 |
| Hex | B7 | 81 | 1C | 0 | 1E | 55 | 1C | 27 | 49 | 29 |
| Octal | 267 | 201 | 34 | 0 | 36 | 125 | 34 | 47 | 111 | 51 |
| Binary | 10110111 | 10000001 | 11100 | 0 | 11110 | 1010101 | 11100 | 100111 | 1001001 | 101001 |
Color Harmonies of #B7811C
Complementary color
Monochromatic Colors of #B7811C
Black with #B7811C
Text Example
Text Example
White with #B7811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7811C; }
p { color: rgb(183,129,28); }
H1.HeaderClassName
{
color: #B7811C;
}
.AnyTagClassName
{
color: #B7811C;
}
</style>
background-color css
<style>
a { background-color: #B7811C; }
a { background-color: rgb(183,129,28); }
div.DivClassName
{
background-color: #B7811C;
}
.BgClassName
{
background-color: #B7811C;
}
</style>
border-color css
<style>
span { border-color: #B7811C; }
span { border-color: rgb(183,129,28); }
td.TdClassName
{
border-color: #B7811C;
}
.TagClassName
{
border-color: #B7811C;
}
</style>