Shades of Brown #B13423
Tints of Brown #B13423
RGB
CMYK
RGB Variations
Color information
#B13423 (or 0xB13423) is known color: Brown. HEX triplet: B1, 34 and 23. RGB value is (177,52,35). Sum of RGB (Red+Green+Blue) = 177+52+35=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13423 is #4ECBDC. Grayscale: #575757. Windows color (decimal): -5163997 or 2307249. OLE color: 2307249.
HSL color Cylindrical-coordinate representation of color #B13423: hue angle of 7.18º degrees, saturation: 0.67, 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 #B13423 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 35 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.31 |
| HSL | 7.18º | 0.67% | 0.42% | - |
| HSV(B) | 7.18º | 0.8% | 0.69% | - |
| XYZ | 19.66 | 11.92 | 2.86 | - |
| YUV | 87.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 35 | 0 | 0.71 | 0.80 | 0.31 | 7.18 | 0.67 | 0.42 |
| Hex | B1 | 34 | 23 | 0 | 47 | 50 | 1F | 7 | 43 | 2A |
| Octal | 261 | 64 | 43 | 0 | 107 | 120 | 37 | 7 | 103 | 52 |
| Binary | 10110001 | 110100 | 100011 | 0 | 1000111 | 1010000 | 11111 | 111 | 1000011 | 101010 |
Color Harmonies of #B13423
Complementary color
Monochromatic Colors of #B13423
Black with #B13423
Text Example
Text Example
White with #B13423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13423; }
p { color: rgb(177,52,35); }
H1.HeaderClassName
{
color: #B13423;
}
.AnyTagClassName
{
color: #B13423;
}
</style>
background-color css
<style>
a { background-color: #B13423; }
a { background-color: rgb(177,52,35); }
div.DivClassName
{
background-color: #B13423;
}
.BgClassName
{
background-color: #B13423;
}
</style>
border-color css
<style>
span { border-color: #B13423; }
span { border-color: rgb(177,52,35); }
td.TdClassName
{
border-color: #B13423;
}
.TagClassName
{
border-color: #B13423;
}
</style>