Shades of Golden Brown #B56413
Tints of Golden Brown #B56413
RGB
CMYK
RGB Variations
Color information
#B56413 (or 0xB56413) is known color: Golden Brown. HEX triplet: B5, 64 and 13. RGB value is (181,100,19). Sum of RGB (Red+Green+Blue) = 181+100+19=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B56413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56413 is #4A9BEC. Grayscale: #737373. Windows color (decimal): -4889581 or 1270965. OLE color: 1270965.
HSL color Cylindrical-coordinate representation of color #B56413: hue angle of 30º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56413 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.29 |
| HSL | 30º | 0.81% | 0.39% | - |
| HSV(B) | 30º | 0.9% | 0.71% | - |
| XYZ | 23.73 | 18.99 | 3.03 | - |
| YUV | 114.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 19 | 0 | 0.45 | 0.90 | 0.29 | 30 | 0.81 | 0.39 |
| Hex | B5 | 64 | 13 | 0 | 2D | 5A | 1D | 1E | 51 | 27 |
| Octal | 265 | 144 | 23 | 0 | 55 | 132 | 35 | 36 | 121 | 47 |
| Binary | 10110101 | 1100100 | 10011 | 0 | 101101 | 1011010 | 11101 | 11110 | 1010001 | 100111 |
Color Harmonies of #B56413
Complementary color
Monochromatic Colors of #B56413
Black with #B56413
Text Example
Text Example
White with #B56413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56413; }
p { color: rgb(181,100,19); }
H1.HeaderClassName
{
color: #B56413;
}
.AnyTagClassName
{
color: #B56413;
}
</style>
background-color css
<style>
a { background-color: #B56413; }
a { background-color: rgb(181,100,19); }
div.DivClassName
{
background-color: #B56413;
}
.BgClassName
{
background-color: #B56413;
}
</style>
border-color css
<style>
span { border-color: #B56413; }
span { border-color: rgb(181,100,19); }
td.TdClassName
{
border-color: #B56413;
}
.TagClassName
{
border-color: #B56413;
}
</style>