Shades of Golden Brown #B56411
Tints of Golden Brown #B56411
RGB
CMYK
RGB Variations
Color information
#B56411 (or 0xB56411) is known color: Golden Brown. HEX triplet: B5, 64 and 11. RGB value is (181,100,17). Sum of RGB (Red+Green+Blue) = 181+100+17=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B56411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56411 is #4A9BEE. Grayscale: #737373. Windows color (decimal): -4889583 or 1139893. OLE color: 1139893.
HSL color Cylindrical-coordinate representation of color #B56411: hue angle of 30.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B56411 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.29 |
| HSL | 30.37º | 0.83% | 0.39% | - |
| HSV(B) | 30.37º | 0.91% | 0.71% | - |
| XYZ | 23.71 | 18.98 | 2.94 | - |
| YUV | 114.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 17 | 0 | 0.45 | 0.91 | 0.29 | 30.37 | 0.83 | 0.39 |
| Hex | B5 | 64 | 11 | 0 | 2D | 5B | 1D | 1E | 53 | 27 |
| Octal | 265 | 144 | 21 | 0 | 55 | 133 | 35 | 36 | 123 | 47 |
| Binary | 10110101 | 1100100 | 10001 | 0 | 101101 | 1011011 | 11101 | 11110 | 1010011 | 100111 |
Color Harmonies of #B56411
Complementary color
Monochromatic Colors of #B56411
Black with #B56411
Text Example
Text Example
White with #B56411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56411; }
p { color: rgb(181,100,17); }
H1.HeaderClassName
{
color: #B56411;
}
.AnyTagClassName
{
color: #B56411;
}
</style>
background-color css
<style>
a { background-color: #B56411; }
a { background-color: rgb(181,100,17); }
div.DivClassName
{
background-color: #B56411;
}
.BgClassName
{
background-color: #B56411;
}
</style>
border-color css
<style>
span { border-color: #B56411; }
span { border-color: rgb(181,100,17); }
td.TdClassName
{
border-color: #B56411;
}
.TagClassName
{
border-color: #B56411;
}
</style>