Shades of Golden Brown #B36213
Tints of Golden Brown #B36213
RGB
CMYK
RGB Variations
Color information
#B36213 (or 0xB36213) is known color: Golden Brown. HEX triplet: B3, 62 and 13. RGB value is (179,98,19). Sum of RGB (Red+Green+Blue) = 179+98+19=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B36213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36213 is #4C9DEC. Grayscale: #717171. Windows color (decimal): -5021165 or 1270451. OLE color: 1270451.
HSL color Cylindrical-coordinate representation of color #B36213: hue angle of 29.62º 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 #B36213 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 19 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.30 |
| HSL | 29.63º | 0.81% | 0.39% | - |
| HSV(B) | 29.63º | 0.89% | 0.7% | - |
| XYZ | 23.08 | 18.37 | 2.94 | - |
| YUV | 113.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 19 | 0 | 0.45 | 0.89 | 0.30 | 29.63 | 0.81 | 0.39 |
| Hex | B3 | 62 | 13 | 0 | 2D | 59 | 1E | 1E | 51 | 27 |
| Octal | 263 | 142 | 23 | 0 | 55 | 131 | 36 | 36 | 121 | 47 |
| Binary | 10110011 | 1100010 | 10011 | 0 | 101101 | 1011001 | 11110 | 11110 | 1010001 | 100111 |
Color Harmonies of #B36213
Complementary color
Monochromatic Colors of #B36213
Black with #B36213
Text Example
Text Example
White with #B36213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36213; }
p { color: rgb(179,98,19); }
H1.HeaderClassName
{
color: #B36213;
}
.AnyTagClassName
{
color: #B36213;
}
</style>
background-color css
<style>
a { background-color: #B36213; }
a { background-color: rgb(179,98,19); }
div.DivClassName
{
background-color: #B36213;
}
.BgClassName
{
background-color: #B36213;
}
</style>
border-color css
<style>
span { border-color: #B36213; }
span { border-color: rgb(179,98,19); }
td.TdClassName
{
border-color: #B36213;
}
.TagClassName
{
border-color: #B36213;
}
</style>