Shades of Brown #B5322A
Tints of Brown #B5322A
RGB
CMYK
RGB Variations
Color information
#B5322A (or 0xB5322A) is known color: Brown. HEX triplet: B5, 32 and 2A. RGB value is (181,50,42). Sum of RGB (Red+Green+Blue) = 181+50+42=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5322A is #4ACDD5. Grayscale: #585858. Windows color (decimal): -4902358 or 2765493. OLE color: 2765493.
HSL color Cylindrical-coordinate representation of color #B5322A: hue angle of 3.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5322A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 42 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.29 |
| HSL | 3.45º | 0.62% | 0.44% | - |
| HSV(B) | 3.45º | 0.77% | 0.71% | - |
| XYZ | 20.61 | 12.27 | 3.47 | - |
| YUV | 88.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 42 | 0 | 0.72 | 0.77 | 0.29 | 3.45 | 0.62 | 0.44 |
| Hex | B5 | 32 | 2A | 0 | 48 | 4D | 1D | 3 | 3E | 2C |
| Octal | 265 | 62 | 52 | 0 | 110 | 115 | 35 | 3 | 76 | 54 |
| Binary | 10110101 | 110010 | 101010 | 0 | 1001000 | 1001101 | 11101 | 11 | 111110 | 101100 |
Color Harmonies of #B5322A
Complementary color
Monochromatic Colors of #B5322A
Black with #B5322A
Text Example
Text Example
White with #B5322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5322A; }
p { color: rgb(181,50,42); }
H1.HeaderClassName
{
color: #B5322A;
}
.AnyTagClassName
{
color: #B5322A;
}
</style>
background-color css
<style>
a { background-color: #B5322A; }
a { background-color: rgb(181,50,42); }
div.DivClassName
{
background-color: #B5322A;
}
.BgClassName
{
background-color: #B5322A;
}
</style>
border-color css
<style>
span { border-color: #B5322A; }
span { border-color: rgb(181,50,42); }
td.TdClassName
{
border-color: #B5322A;
}
.TagClassName
{
border-color: #B5322A;
}
</style>