Shades of Cab Sav #522F33
Tints of Cab Sav #522F33
RGB
CMYK
RGB Variations
Color information
#522F33 (or 0x522F33) is known color: Cab Sav. HEX triplet: 52, 2F and 33. RGB value is (82,47,51). Sum of RGB (Red+Green+Blue) = 82+47+51=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #522F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F33 is #ADD0CC. Grayscale: #393939. Windows color (decimal): -11391181 or 3354450. OLE color: 3354450.
HSL color Cylindrical-coordinate representation of color #522F33: hue angle of 353.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #522F33 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 51 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.68 |
| HSL | 353.14º | 0.27% | 0.25% | - |
| HSV(B) | 353.14º | 0.43% | 0.32% | - |
| XYZ | 5.09 | 4.07 | 3.65 | - |
| YUV | 57.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 51 | 0 | 0.43 | 0.38 | 0.68 | 353.14 | 0.27 | 0.25 |
| Hex | 52 | 2F | 33 | 0 | 2B | 26 | 44 | 161 | 1B | 19 |
| Octal | 122 | 57 | 63 | 0 | 53 | 46 | 104 | 541 | 33 | 31 |
| Binary | 1010010 | 101111 | 110011 | 0 | 101011 | 100110 | 1000100 | 101100001 | 11011 | 11001 |
Color Harmonies of #522F33
Complementary color
Monochromatic Colors of #522F33
Black with #522F33
Text Example
Text Example
White with #522F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F33; }
p { color: rgb(82,47,51); }
H1.HeaderClassName
{
color: #522F33;
}
.AnyTagClassName
{
color: #522F33;
}
</style>
background-color css
<style>
a { background-color: #522F33; }
a { background-color: rgb(82,47,51); }
div.DivClassName
{
background-color: #522F33;
}
.BgClassName
{
background-color: #522F33;
}
</style>
border-color css
<style>
span { border-color: #522F33; }
span { border-color: rgb(82,47,51); }
td.TdClassName
{
border-color: #522F33;
}
.TagClassName
{
border-color: #522F33;
}
</style>