Shades of Brown #B13524
Tints of Brown #B13524
RGB
CMYK
RGB Variations
Color information
#B13524 (or 0xB13524) is known color: Brown. HEX triplet: B1, 35 and 24. RGB value is (177,53,36). Sum of RGB (Red+Green+Blue) = 177+53+36=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13524 is #4ECADB. Grayscale: #585858. Windows color (decimal): -5163740 or 2373041. OLE color: 2373041.
HSL color Cylindrical-coordinate representation of color #B13524: hue angle of 7.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13524 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 36 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.31 |
| HSL | 7.23º | 0.66% | 0.42% | - |
| HSV(B) | 7.23º | 0.8% | 0.69% | - |
| XYZ | 19.72 | 12.02 | 2.95 | - |
| YUV | 88.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 36 | 0 | 0.70 | 0.80 | 0.31 | 7.23 | 0.66 | 0.42 |
| Hex | B1 | 35 | 24 | 0 | 46 | 50 | 1F | 7 | 42 | 2A |
| Octal | 261 | 65 | 44 | 0 | 106 | 120 | 37 | 7 | 102 | 52 |
| Binary | 10110001 | 110101 | 100100 | 0 | 1000110 | 1010000 | 11111 | 111 | 1000010 | 101010 |
Color Harmonies of #B13524
Complementary color
Monochromatic Colors of #B13524
Black with #B13524
Text Example
Text Example
White with #B13524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13524; }
p { color: rgb(177,53,36); }
H1.HeaderClassName
{
color: #B13524;
}
.AnyTagClassName
{
color: #B13524;
}
</style>
background-color css
<style>
a { background-color: #B13524; }
a { background-color: rgb(177,53,36); }
div.DivClassName
{
background-color: #B13524;
}
.BgClassName
{
background-color: #B13524;
}
</style>
border-color css
<style>
span { border-color: #B13524; }
span { border-color: rgb(177,53,36); }
td.TdClassName
{
border-color: #B13524;
}
.TagClassName
{
border-color: #B13524;
}
</style>