Shades of Dark Goldenrod #B57313
Tints of Dark Goldenrod #B57313
RGB
CMYK
RGB Variations
Color information
#B57313 (or 0xB57313) is known color: Dark Goldenrod. HEX triplet: B5, 73 and 13. RGB value is (181,115,19). Sum of RGB (Red+Green+Blue) = 181+115+19=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57313 is #4A8CEC. Grayscale: #7C7C7C. Windows color (decimal): -4885741 or 1274805. OLE color: 1274805.
HSL color Cylindrical-coordinate representation of color #B57313: hue angle of 35.56º 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 #B57313 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.29 |
| HSL | 35.56º | 0.81% | 0.39% | - |
| HSV(B) | 35.56º | 0.9% | 0.71% | - |
| XYZ | 25.3 | 22.13 | 3.55 | - |
| YUV | 123.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 19 | 0 | 0.36 | 0.90 | 0.29 | 35.56 | 0.81 | 0.39 |
| Hex | B5 | 73 | 13 | 0 | 24 | 5A | 1D | 24 | 51 | 27 |
| Octal | 265 | 163 | 23 | 0 | 44 | 132 | 35 | 44 | 121 | 47 |
| Binary | 10110101 | 1110011 | 10011 | 0 | 100100 | 1011010 | 11101 | 100100 | 1010001 | 100111 |
Color Harmonies of #B57313
Complementary color
Monochromatic Colors of #B57313
Black with #B57313
Text Example
Text Example
White with #B57313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57313; }
p { color: rgb(181,115,19); }
H1.HeaderClassName
{
color: #B57313;
}
.AnyTagClassName
{
color: #B57313;
}
</style>
background-color css
<style>
a { background-color: #B57313; }
a { background-color: rgb(181,115,19); }
div.DivClassName
{
background-color: #B57313;
}
.BgClassName
{
background-color: #B57313;
}
</style>
border-color css
<style>
span { border-color: #B57313; }
span { border-color: rgb(181,115,19); }
td.TdClassName
{
border-color: #B57313;
}
.TagClassName
{
border-color: #B57313;
}
</style>