Shades of Golden Brown #B3650D
Tints of Golden Brown #B3650D
RGB
CMYK
RGB Variations
Color information
#B3650D (or 0xB3650D) is known color: Golden Brown. HEX triplet: B3, 65 and 0D. RGB value is (179,101,13). Sum of RGB (Red+Green+Blue) = 179+101+13=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3650D is #4C9AF2. Grayscale: #727272. Windows color (decimal): -5020403 or 878003. OLE color: 878003.
HSL color Cylindrical-coordinate representation of color #B3650D: hue angle of 31.81º 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 #B3650D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.30 |
| HSL | 31.81º | 0.86% | 0.38% | - |
| HSV(B) | 31.81º | 0.93% | 0.7% | - |
| XYZ | 23.32 | 18.92 | 2.8 | - |
| YUV | 114.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 13 | 0 | 0.44 | 0.93 | 0.30 | 31.81 | 0.86 | 0.38 |
| Hex | B3 | 65 | D | 0 | 2C | 5D | 1E | 20 | 56 | 26 |
| Octal | 263 | 145 | 15 | 0 | 54 | 135 | 36 | 40 | 126 | 46 |
| Binary | 10110011 | 1100101 | 1101 | 0 | 101100 | 1011101 | 11110 | 100000 | 1010110 | 100110 |
Color Harmonies of #B3650D
Complementary color
Monochromatic Colors of #B3650D
Black with #B3650D
Text Example
Text Example
White with #B3650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3650D; }
p { color: rgb(179,101,13); }
H1.HeaderClassName
{
color: #B3650D;
}
.AnyTagClassName
{
color: #B3650D;
}
</style>
background-color css
<style>
a { background-color: #B3650D; }
a { background-color: rgb(179,101,13); }
div.DivClassName
{
background-color: #B3650D;
}
.BgClassName
{
background-color: #B3650D;
}
</style>
border-color css
<style>
span { border-color: #B3650D; }
span { border-color: rgb(179,101,13); }
td.TdClassName
{
border-color: #B3650D;
}
.TagClassName
{
border-color: #B3650D;
}
</style>