Shades of Brown #B03621
Tints of Brown #B03621
RGB
CMYK
RGB Variations
Color information
#B03621 (or 0xB03621) is known color: Brown. HEX triplet: B0, 36 and 21. RGB value is (176,54,33). Sum of RGB (Red+Green+Blue) = 176+54+33=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03621 is #4FC9DE. Grayscale: #585858. Windows color (decimal): -5229023 or 2176688. OLE color: 2176688.
HSL color Cylindrical-coordinate representation of color #B03621: hue angle of 8.81º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B03621 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 33 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.31 |
| HSL | 8.81º | 0.68% | 0.41% | - |
| HSV(B) | 8.81º | 0.81% | 0.69% | - |
| XYZ | 19.5 | 11.98 | 2.72 | - |
| YUV | 88.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 33 | 0 | 0.69 | 0.81 | 0.31 | 8.81 | 0.68 | 0.41 |
| Hex | B0 | 36 | 21 | 0 | 45 | 51 | 1F | 9 | 44 | 29 |
| Octal | 260 | 66 | 41 | 0 | 105 | 121 | 37 | 11 | 104 | 51 |
| Binary | 10110000 | 110110 | 100001 | 0 | 1000101 | 1010001 | 11111 | 1001 | 1000100 | 101001 |
Color Harmonies of #B03621
Complementary color
Monochromatic Colors of #B03621
Black with #B03621
Text Example
Text Example
White with #B03621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03621; }
p { color: rgb(176,54,33); }
H1.HeaderClassName
{
color: #B03621;
}
.AnyTagClassName
{
color: #B03621;
}
</style>
background-color css
<style>
a { background-color: #B03621; }
a { background-color: rgb(176,54,33); }
div.DivClassName
{
background-color: #B03621;
}
.BgClassName
{
background-color: #B03621;
}
</style>
border-color css
<style>
span { border-color: #B03621; }
span { border-color: rgb(176,54,33); }
td.TdClassName
{
border-color: #B03621;
}
.TagClassName
{
border-color: #B03621;
}
</style>