Shades of Dark Goldenrod #B3750D
Tints of Dark Goldenrod #B3750D
RGB
CMYK
RGB Variations
Color information
#B3750D (or 0xB3750D) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 0D. RGB value is (179,117,13). Sum of RGB (Red+Green+Blue) = 179+117+13=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3750D is #4C8AF2. Grayscale: #7C7C7C. Windows color (decimal): -5016307 or 882099. OLE color: 882099.
HSL color Cylindrical-coordinate representation of color #B3750D: hue angle of 37.59º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3750D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.30 |
| HSL | 37.59º | 0.86% | 0.38% | - |
| HSV(B) | 37.59º | 0.93% | 0.7% | - |
| XYZ | 25.02 | 22.34 | 3.37 | - |
| YUV | 123.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 13 | 0 | 0.35 | 0.93 | 0.30 | 37.59 | 0.86 | 0.38 |
| Hex | B3 | 75 | D | 0 | 23 | 5D | 1E | 26 | 56 | 26 |
| Octal | 263 | 165 | 15 | 0 | 43 | 135 | 36 | 46 | 126 | 46 |
| Binary | 10110011 | 1110101 | 1101 | 0 | 100011 | 1011101 | 11110 | 100110 | 1010110 | 100110 |
Color Harmonies of #B3750D
Complementary color
Monochromatic Colors of #B3750D
Black with #B3750D
Text Example
Text Example
White with #B3750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3750D; }
p { color: rgb(179,117,13); }
H1.HeaderClassName
{
color: #B3750D;
}
.AnyTagClassName
{
color: #B3750D;
}
</style>
background-color css
<style>
a { background-color: #B3750D; }
a { background-color: rgb(179,117,13); }
div.DivClassName
{
background-color: #B3750D;
}
.BgClassName
{
background-color: #B3750D;
}
</style>
border-color css
<style>
span { border-color: #B3750D; }
span { border-color: rgb(179,117,13); }
td.TdClassName
{
border-color: #B3750D;
}
.TagClassName
{
border-color: #B3750D;
}
</style>