Shades of Old Brick #833233
Tints of Old Brick #833233
RGB
CMYK
RGB Variations
Color information
#833233 (or 0x833233) is known color: Old Brick. HEX triplet: 83, 32 and 33. RGB value is (131,50,51). Sum of RGB (Red+Green+Blue) = 131+50+51=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #833233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833233 is #7CCDCC. Grayscale: #4A4A4A. Windows color (decimal): -8179149 or 3355267. OLE color: 3355267.
HSL color Cylindrical-coordinate representation of color #833233: hue angle of 359.26º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833233 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 51 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.49 |
| HSL | 359.26º | 0.45% | 0.35% | - |
| HSV(B) | 359.26º | 0.62% | 0.51% | - |
| XYZ | 11.1 | 7.35 | 3.96 | - |
| YUV | 74.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 51 | 0 | 0.62 | 0.61 | 0.49 | 359.26 | 0.45 | 0.35 |
| Hex | 83 | 32 | 33 | 0 | 3E | 3D | 31 | 167 | 2D | 23 |
| Octal | 203 | 62 | 63 | 0 | 76 | 75 | 61 | 547 | 55 | 43 |
| Binary | 10000011 | 110010 | 110011 | 0 | 111110 | 111101 | 110001 | 101100111 | 101101 | 100011 |
Color Harmonies of #833233
Complementary color
Monochromatic Colors of #833233
Black with #833233
Text Example
Text Example
White with #833233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833233; }
p { color: rgb(131,50,51); }
H1.HeaderClassName
{
color: #833233;
}
.AnyTagClassName
{
color: #833233;
}
</style>
background-color css
<style>
a { background-color: #833233; }
a { background-color: rgb(131,50,51); }
div.DivClassName
{
background-color: #833233;
}
.BgClassName
{
background-color: #833233;
}
</style>
border-color css
<style>
span { border-color: #833233; }
span { border-color: rgb(131,50,51); }
td.TdClassName
{
border-color: #833233;
}
.TagClassName
{
border-color: #833233;
}
</style>