Shades of Brown #B23329
Tints of Brown #B23329
RGB
CMYK
RGB Variations
Color information
#B23329 (or 0xB23329) is known color: Brown. HEX triplet: B2, 33 and 29. RGB value is (178,51,41). Sum of RGB (Red+Green+Blue) = 178+51+41=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B23329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23329 is #4DCCD6. Grayscale: #585858. Windows color (decimal): -5098711 or 2700210. OLE color: 2700210.
HSL color Cylindrical-coordinate representation of color #B23329: hue angle of 4.38º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23329 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 41 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.30 |
| HSL | 4.38º | 0.63% | 0.43% | - |
| HSV(B) | 4.38º | 0.77% | 0.7% | - |
| XYZ | 19.94 | 11.99 | 3.36 | - |
| YUV | 87.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 41 | 0 | 0.71 | 0.77 | 0.30 | 4.38 | 0.63 | 0.43 |
| Hex | B2 | 33 | 29 | 0 | 47 | 4D | 1E | 4 | 3F | 2B |
| Octal | 262 | 63 | 51 | 0 | 107 | 115 | 36 | 4 | 77 | 53 |
| Binary | 10110010 | 110011 | 101001 | 0 | 1000111 | 1001101 | 11110 | 100 | 111111 | 101011 |
Color Harmonies of #B23329
Complementary color
Monochromatic Colors of #B23329
Black with #B23329
Text Example
Text Example
White with #B23329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23329; }
p { color: rgb(178,51,41); }
H1.HeaderClassName
{
color: #B23329;
}
.AnyTagClassName
{
color: #B23329;
}
</style>
background-color css
<style>
a { background-color: #B23329; }
a { background-color: rgb(178,51,41); }
div.DivClassName
{
background-color: #B23329;
}
.BgClassName
{
background-color: #B23329;
}
</style>
border-color css
<style>
span { border-color: #B23329; }
span { border-color: rgb(178,51,41); }
td.TdClassName
{
border-color: #B23329;
}
.TagClassName
{
border-color: #B23329;
}
</style>