Shades of Dark Goldenrod #B3720F
Tints of Dark Goldenrod #B3720F
RGB
CMYK
RGB Variations
Color information
#B3720F (or 0xB3720F) is known color: Dark Goldenrod. HEX triplet: B3, 72 and 0F. RGB value is (179,114,15). Sum of RGB (Red+Green+Blue) = 179+114+15=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3720F is #4C8DF0. Grayscale: #7A7A7A. Windows color (decimal): -5017073 or 1012403. OLE color: 1012403.
HSL color Cylindrical-coordinate representation of color #B3720F: hue angle of 36.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3720F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.30 |
| HSL | 36.22º | 0.85% | 0.38% | - |
| HSV(B) | 36.22º | 0.92% | 0.7% | - |
| XYZ | 24.69 | 21.65 | 3.33 | - |
| YUV | 122.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 15 | 0 | 0.36 | 0.92 | 0.30 | 36.22 | 0.85 | 0.38 |
| Hex | B3 | 72 | F | 0 | 24 | 5C | 1E | 24 | 55 | 26 |
| Octal | 263 | 162 | 17 | 0 | 44 | 134 | 36 | 44 | 125 | 46 |
| Binary | 10110011 | 1110010 | 1111 | 0 | 100100 | 1011100 | 11110 | 100100 | 1010101 | 100110 |
Color Harmonies of #B3720F
Complementary color
Monochromatic Colors of #B3720F
Black with #B3720F
Text Example
Text Example
White with #B3720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3720F; }
p { color: rgb(179,114,15); }
H1.HeaderClassName
{
color: #B3720F;
}
.AnyTagClassName
{
color: #B3720F;
}
</style>
background-color css
<style>
a { background-color: #B3720F; }
a { background-color: rgb(179,114,15); }
div.DivClassName
{
background-color: #B3720F;
}
.BgClassName
{
background-color: #B3720F;
}
</style>
border-color css
<style>
span { border-color: #B3720F; }
span { border-color: rgb(179,114,15); }
td.TdClassName
{
border-color: #B3720F;
}
.TagClassName
{
border-color: #B3720F;
}
</style>