Shades of Dark Goldenrod #B57713
Tints of Dark Goldenrod #B57713
RGB
CMYK
RGB Variations
Color information
#B57713 (or 0xB57713) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 13. RGB value is (181,119,19). Sum of RGB (Red+Green+Blue) = 181+119+19=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B57713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57713 is #4A88EC. Grayscale: #7E7E7E. Windows color (decimal): -4884717 or 1275829. OLE color: 1275829.
HSL color Cylindrical-coordinate representation of color #B57713: hue angle of 37.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B57713 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 19 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.29 |
| HSL | 37.04º | 0.81% | 0.39% | - |
| HSV(B) | 37.04º | 0.9% | 0.71% | - |
| XYZ | 25.77 | 23.06 | 3.71 | - |
| YUV | 126.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 19 | 0 | 0.34 | 0.90 | 0.29 | 37.04 | 0.81 | 0.39 |
| Hex | B5 | 77 | 13 | 0 | 22 | 5A | 1D | 25 | 51 | 27 |
| Octal | 265 | 167 | 23 | 0 | 42 | 132 | 35 | 45 | 121 | 47 |
| Binary | 10110101 | 1110111 | 10011 | 0 | 100010 | 1011010 | 11101 | 100101 | 1010001 | 100111 |
Color Harmonies of #B57713
Complementary color
Monochromatic Colors of #B57713
Black with #B57713
Text Example
Text Example
White with #B57713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57713; }
p { color: rgb(181,119,19); }
H1.HeaderClassName
{
color: #B57713;
}
.AnyTagClassName
{
color: #B57713;
}
</style>
background-color css
<style>
a { background-color: #B57713; }
a { background-color: rgb(181,119,19); }
div.DivClassName
{
background-color: #B57713;
}
.BgClassName
{
background-color: #B57713;
}
</style>
border-color css
<style>
span { border-color: #B57713; }
span { border-color: rgb(181,119,19); }
td.TdClassName
{
border-color: #B57713;
}
.TagClassName
{
border-color: #B57713;
}
</style>