Shades of Dark Goldenrod #B57513
Tints of Dark Goldenrod #B57513
RGB
CMYK
RGB Variations
Color information
#B57513 (or 0xB57513) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 13. RGB value is (181,117,19). Sum of RGB (Red+Green+Blue) = 181+117+19=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B57513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57513 is #4A8AEC. Grayscale: #7D7D7D. Windows color (decimal): -4885229 or 1275317. OLE color: 1275317.
HSL color Cylindrical-coordinate representation of color #B57513: hue angle of 36.3º 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 #B57513 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 19 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.29 |
| HSL | 36.3º | 0.81% | 0.39% | - |
| HSV(B) | 36.3º | 0.9% | 0.71% | - |
| XYZ | 25.53 | 22.59 | 3.63 | - |
| YUV | 124.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 19 | 0 | 0.35 | 0.90 | 0.29 | 36.3 | 0.81 | 0.39 |
| Hex | B5 | 75 | 13 | 0 | 23 | 5A | 1D | 24 | 51 | 27 |
| Octal | 265 | 165 | 23 | 0 | 43 | 132 | 35 | 44 | 121 | 47 |
| Binary | 10110101 | 1110101 | 10011 | 0 | 100011 | 1011010 | 11101 | 100100 | 1010001 | 100111 |
Color Harmonies of #B57513
Complementary color
Monochromatic Colors of #B57513
Black with #B57513
Text Example
Text Example
White with #B57513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57513; }
p { color: rgb(181,117,19); }
H1.HeaderClassName
{
color: #B57513;
}
.AnyTagClassName
{
color: #B57513;
}
</style>
background-color css
<style>
a { background-color: #B57513; }
a { background-color: rgb(181,117,19); }
div.DivClassName
{
background-color: #B57513;
}
.BgClassName
{
background-color: #B57513;
}
</style>
border-color css
<style>
span { border-color: #B57513; }
span { border-color: rgb(181,117,19); }
td.TdClassName
{
border-color: #B57513;
}
.TagClassName
{
border-color: #B57513;
}
</style>