Shades of Golden Brown #B36C0D
Tints of Golden Brown #B36C0D
RGB
CMYK
RGB Variations
Color information
#B36C0D (or 0xB36C0D) is known color: Golden Brown. HEX triplet: B3, 6C and 0D. RGB value is (179,108,13). Sum of RGB (Red+Green+Blue) = 179+108+13=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36C0D is #4C93F2. Grayscale: #767676. Windows color (decimal): -5018611 or 879795. OLE color: 879795.
HSL color Cylindrical-coordinate representation of color #B36C0D: hue angle of 34.34º 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 #B36C0D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.30 |
| HSL | 34.34º | 0.86% | 0.38% | - |
| HSV(B) | 34.34º | 0.93% | 0.7% | - |
| XYZ | 24.03 | 20.34 | 3.04 | - |
| YUV | 118.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 13 | 0 | 0.40 | 0.93 | 0.30 | 34.34 | 0.86 | 0.38 |
| Hex | B3 | 6C | D | 0 | 28 | 5D | 1E | 22 | 56 | 26 |
| Octal | 263 | 154 | 15 | 0 | 50 | 135 | 36 | 42 | 126 | 46 |
| Binary | 10110011 | 1101100 | 1101 | 0 | 101000 | 1011101 | 11110 | 100010 | 1010110 | 100110 |
Color Harmonies of #B36C0D
Complementary color
Monochromatic Colors of #B36C0D
Black with #B36C0D
Text Example
Text Example
White with #B36C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C0D; }
p { color: rgb(179,108,13); }
H1.HeaderClassName
{
color: #B36C0D;
}
.AnyTagClassName
{
color: #B36C0D;
}
</style>
background-color css
<style>
a { background-color: #B36C0D; }
a { background-color: rgb(179,108,13); }
div.DivClassName
{
background-color: #B36C0D;
}
.BgClassName
{
background-color: #B36C0D;
}
</style>
border-color css
<style>
span { border-color: #B36C0D; }
span { border-color: rgb(179,108,13); }
td.TdClassName
{
border-color: #B36C0D;
}
.TagClassName
{
border-color: #B36C0D;
}
</style>