Shades of Cab Sav #483233
Tints of Cab Sav #483233
RGB
CMYK
RGB Variations
Color information
#483233 (or 0x483233) is known color: Cab Sav. HEX triplet: 48, 32 and 33. RGB value is (72,50,51). Sum of RGB (Red+Green+Blue) = 72+50+51=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483233 is #B7CDCC. Grayscale: #383838. Windows color (decimal): -12045773 or 3355208. OLE color: 3355208.
HSL color Cylindrical-coordinate representation of color #483233: hue angle of 357.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483233 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 51 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.72 |
| HSL | 357.27º | 0.18% | 0.24% | - |
| HSV(B) | 357.27º | 0.31% | 0.28% | - |
| XYZ | 4.41 | 3.9 | 3.65 | - |
| YUV | 56.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 51 | 0 | 0.31 | 0.29 | 0.72 | 357.27 | 0.18 | 0.24 |
| Hex | 48 | 32 | 33 | 0 | 1F | 1D | 48 | 165 | 12 | 18 |
| Octal | 110 | 62 | 63 | 0 | 37 | 35 | 110 | 545 | 22 | 30 |
| Binary | 1001000 | 110010 | 110011 | 0 | 11111 | 11101 | 1001000 | 101100101 | 10010 | 11000 |
Color Harmonies of #483233
Complementary color
Monochromatic Colors of #483233
Black with #483233
Text Example
Text Example
White with #483233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483233; }
p { color: rgb(72,50,51); }
H1.HeaderClassName
{
color: #483233;
}
.AnyTagClassName
{
color: #483233;
}
</style>
background-color css
<style>
a { background-color: #483233; }
a { background-color: rgb(72,50,51); }
div.DivClassName
{
background-color: #483233;
}
.BgClassName
{
background-color: #483233;
}
</style>
border-color css
<style>
span { border-color: #483233; }
span { border-color: rgb(72,50,51); }
td.TdClassName
{
border-color: #483233;
}
.TagClassName
{
border-color: #483233;
}
</style>