Shades of Dark Goldenrod #B7831D
Tints of Dark Goldenrod #B7831D
RGB
CMYK
RGB Variations
Color information
#B7831D (or 0xB7831D) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 1D. RGB value is (183,131,29). Sum of RGB (Red+Green+Blue) = 183+131+29=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7831D is #487CE2. Grayscale: #878787. Windows color (decimal): -4750563 or 1934263. OLE color: 1934263.
HSL color Cylindrical-coordinate representation of color #B7831D: hue angle of 39.74º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7831D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 29 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.28 |
| HSL | 39.74º | 0.73% | 0.42% | - |
| HSV(B) | 39.74º | 0.84% | 0.72% | - |
| XYZ | 27.87 | 26.39 | 4.79 | - |
| YUV | 134.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 29 | 0 | 0.28 | 0.84 | 0.28 | 39.74 | 0.73 | 0.42 |
| Hex | B7 | 83 | 1D | 0 | 1C | 54 | 1C | 28 | 49 | 2A |
| Octal | 267 | 203 | 35 | 0 | 34 | 124 | 34 | 50 | 111 | 52 |
| Binary | 10110111 | 10000011 | 11101 | 0 | 11100 | 1010100 | 11100 | 101000 | 1001001 | 101010 |
Color Harmonies of #B7831D
Complementary color
Monochromatic Colors of #B7831D
Black with #B7831D
Text Example
Text Example
White with #B7831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7831D; }
p { color: rgb(183,131,29); }
H1.HeaderClassName
{
color: #B7831D;
}
.AnyTagClassName
{
color: #B7831D;
}
</style>
background-color css
<style>
a { background-color: #B7831D; }
a { background-color: rgb(183,131,29); }
div.DivClassName
{
background-color: #B7831D;
}
.BgClassName
{
background-color: #B7831D;
}
</style>
border-color css
<style>
span { border-color: #B7831D; }
span { border-color: rgb(183,131,29); }
td.TdClassName
{
border-color: #B7831D;
}
.TagClassName
{
border-color: #B7831D;
}
</style>