Shades of Golden Brown #B3650A
Tints of Golden Brown #B3650A
RGB
CMYK
RGB Variations
Color information
#B3650A (or 0xB3650A) is known color: Golden Brown. HEX triplet: B3, 65 and 0A. RGB value is (179,101,10). Sum of RGB (Red+Green+Blue) = 179+101+10=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3650A is #4C9AF5. Grayscale: #727272. Windows color (decimal): -5020406 or 681395. OLE color: 681395.
HSL color Cylindrical-coordinate representation of color #B3650A: hue angle of 32.31º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3650A is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 10 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.30 |
| HSL | 32.31º | 0.89% | 0.37% | - |
| HSV(B) | 32.31º | 0.94% | 0.7% | - |
| XYZ | 23.3 | 18.91 | 2.71 | - |
| YUV | 113.95 | 69.34 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 10 | 0 | 0.44 | 0.94 | 0.30 | 32.31 | 0.89 | 0.37 |
| Hex | B3 | 65 | A | 0 | 2C | 5E | 1E | 20 | 59 | 25 |
| Octal | 263 | 145 | 12 | 0 | 54 | 136 | 36 | 40 | 131 | 45 |
| Binary | 10110011 | 1100101 | 1010 | 0 | 101100 | 1011110 | 11110 | 100000 | 1011001 | 100101 |
Color Harmonies of #B3650A
Complementary color
Monochromatic Colors of #B3650A
Black with #B3650A
Text Example
Text Example
White with #B3650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3650A; }
p { color: rgb(179,101,10); }
H1.HeaderClassName
{
color: #B3650A;
}
.AnyTagClassName
{
color: #B3650A;
}
</style>
background-color css
<style>
a { background-color: #B3650A; }
a { background-color: rgb(179,101,10); }
div.DivClassName
{
background-color: #B3650A;
}
.BgClassName
{
background-color: #B3650A;
}
</style>
border-color css
<style>
span { border-color: #B3650A; }
span { border-color: rgb(179,101,10); }
td.TdClassName
{
border-color: #B3650A;
}
.TagClassName
{
border-color: #B3650A;
}
</style>