Shades of Dark Goldenrod #B7841C
Tints of Dark Goldenrod #B7841C
RGB
CMYK
RGB Variations
Color information
#B7841C (or 0xB7841C) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 1C. RGB value is (183,132,28). Sum of RGB (Red+Green+Blue) = 183+132+28=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7841C is #487BE3. Grayscale: #878787. Windows color (decimal): -4750308 or 1868983. OLE color: 1868983.
HSL color Cylindrical-coordinate representation of color #B7841C: hue angle of 40.26º 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 #B7841C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 28 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.28 |
| HSL | 40.26º | 0.73% | 0.41% | - |
| HSV(B) | 40.26º | 0.85% | 0.72% | - |
| XYZ | 27.99 | 26.65 | 4.77 | - |
| YUV | 135.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 28 | 0 | 0.28 | 0.85 | 0.28 | 40.26 | 0.73 | 0.41 |
| Hex | B7 | 84 | 1C | 0 | 1C | 55 | 1C | 28 | 49 | 29 |
| Octal | 267 | 204 | 34 | 0 | 34 | 125 | 34 | 50 | 111 | 51 |
| Binary | 10110111 | 10000100 | 11100 | 0 | 11100 | 1010101 | 11100 | 101000 | 1001001 | 101001 |
Color Harmonies of #B7841C
Complementary color
Monochromatic Colors of #B7841C
Black with #B7841C
Text Example
Text Example
White with #B7841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7841C; }
p { color: rgb(183,132,28); }
H1.HeaderClassName
{
color: #B7841C;
}
.AnyTagClassName
{
color: #B7841C;
}
</style>
background-color css
<style>
a { background-color: #B7841C; }
a { background-color: rgb(183,132,28); }
div.DivClassName
{
background-color: #B7841C;
}
.BgClassName
{
background-color: #B7841C;
}
</style>
border-color css
<style>
span { border-color: #B7841C; }
span { border-color: rgb(183,132,28); }
td.TdClassName
{
border-color: #B7841C;
}
.TagClassName
{
border-color: #B7841C;
}
</style>