Shades of Golden Brown #B3680C
Tints of Golden Brown #B3680C
RGB
CMYK
RGB Variations
Color information
#B3680C (or 0xB3680C) is known color: Golden Brown. HEX triplet: B3, 68 and 0C. RGB value is (179,104,12). Sum of RGB (Red+Green+Blue) = 179+104+12=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3680C is #4C97F3. Grayscale: #747474. Windows color (decimal): -5019636 or 813235. OLE color: 813235.
HSL color Cylindrical-coordinate representation of color #B3680C: hue angle of 33.05º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3680C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 12 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.30 |
| HSL | 33.05º | 0.87% | 0.37% | - |
| HSV(B) | 33.05º | 0.93% | 0.7% | - |
| XYZ | 23.61 | 19.51 | 2.87 | - |
| YUV | 115.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 12 | 0 | 0.42 | 0.93 | 0.30 | 33.05 | 0.87 | 0.37 |
| Hex | B3 | 68 | C | 0 | 2A | 5D | 1E | 21 | 57 | 25 |
| Octal | 263 | 150 | 14 | 0 | 52 | 135 | 36 | 41 | 127 | 45 |
| Binary | 10110011 | 1101000 | 1100 | 0 | 101010 | 1011101 | 11110 | 100001 | 1010111 | 100101 |
Color Harmonies of #B3680C
Complementary color
Monochromatic Colors of #B3680C
Black with #B3680C
Text Example
Text Example
White with #B3680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3680C; }
p { color: rgb(179,104,12); }
H1.HeaderClassName
{
color: #B3680C;
}
.AnyTagClassName
{
color: #B3680C;
}
</style>
background-color css
<style>
a { background-color: #B3680C; }
a { background-color: rgb(179,104,12); }
div.DivClassName
{
background-color: #B3680C;
}
.BgClassName
{
background-color: #B3680C;
}
</style>
border-color css
<style>
span { border-color: #B3680C; }
span { border-color: rgb(179,104,12); }
td.TdClassName
{
border-color: #B3680C;
}
.TagClassName
{
border-color: #B3680C;
}
</style>