Shades of Golden Brown #B36313
Tints of Golden Brown #B36313
RGB
CMYK
RGB Variations
Color information
#B36313 (or 0xB36313) is known color: Golden Brown. HEX triplet: B3, 63 and 13. RGB value is (179,99,19). Sum of RGB (Red+Green+Blue) = 179+99+19=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B36313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36313 is #4C9CEC. Grayscale: #727272. Windows color (decimal): -5020909 or 1270707. OLE color: 1270707.
HSL color Cylindrical-coordinate representation of color #B36313: hue angle of 30º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B36313 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 19 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.30 |
| HSL | 30º | 0.81% | 0.39% | - |
| HSV(B) | 30º | 0.89% | 0.7% | - |
| XYZ | 23.17 | 18.55 | 2.98 | - |
| YUV | 113.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 19 | 0 | 0.45 | 0.89 | 0.30 | 30 | 0.81 | 0.39 |
| Hex | B3 | 63 | 13 | 0 | 2D | 59 | 1E | 1E | 51 | 27 |
| Octal | 263 | 143 | 23 | 0 | 55 | 131 | 36 | 36 | 121 | 47 |
| Binary | 10110011 | 1100011 | 10011 | 0 | 101101 | 1011001 | 11110 | 11110 | 1010001 | 100111 |
Color Harmonies of #B36313
Complementary color
Monochromatic Colors of #B36313
Black with #B36313
Text Example
Text Example
White with #B36313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36313; }
p { color: rgb(179,99,19); }
H1.HeaderClassName
{
color: #B36313;
}
.AnyTagClassName
{
color: #B36313;
}
</style>
background-color css
<style>
a { background-color: #B36313; }
a { background-color: rgb(179,99,19); }
div.DivClassName
{
background-color: #B36313;
}
.BgClassName
{
background-color: #B36313;
}
</style>
border-color css
<style>
span { border-color: #B36313; }
span { border-color: rgb(179,99,19); }
td.TdClassName
{
border-color: #B36313;
}
.TagClassName
{
border-color: #B36313;
}
</style>