Shades of Cab Sav #532D32
Tints of Cab Sav #532D32
RGB
CMYK
RGB Variations
Color information
#532D32 (or 0x532D32) is known color: Cab Sav. HEX triplet: 53, 2D and 32. RGB value is (83,45,50). Sum of RGB (Red+Green+Blue) = 83+45+50=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D32 is #ACD2CD. Grayscale: #383838. Windows color (decimal): -11326158 or 3288403. OLE color: 3288403.
HSL color Cylindrical-coordinate representation of color #532D32: hue angle of 352.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D32 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 50 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.67 |
| HSL | 352.11º | 0.3% | 0.25% | - |
| HSV(B) | 352.11º | 0.46% | 0.33% | - |
| XYZ | 5.08 | 3.95 | 3.51 | - |
| YUV | 56.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 50 | 0 | 0.46 | 0.40 | 0.67 | 352.11 | 0.3 | 0.25 |
| Hex | 53 | 2D | 32 | 0 | 2E | 28 | 43 | 160 | 1E | 19 |
| Octal | 123 | 55 | 62 | 0 | 56 | 50 | 103 | 540 | 36 | 31 |
| Binary | 1010011 | 101101 | 110010 | 0 | 101110 | 101000 | 1000011 | 101100000 | 11110 | 11001 |
Color Harmonies of #532D32
Complementary color
Monochromatic Colors of #532D32
Black with #532D32
Text Example
Text Example
White with #532D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D32; }
p { color: rgb(83,45,50); }
H1.HeaderClassName
{
color: #532D32;
}
.AnyTagClassName
{
color: #532D32;
}
</style>
background-color css
<style>
a { background-color: #532D32; }
a { background-color: rgb(83,45,50); }
div.DivClassName
{
background-color: #532D32;
}
.BgClassName
{
background-color: #532D32;
}
</style>
border-color css
<style>
span { border-color: #532D32; }
span { border-color: rgb(83,45,50); }
td.TdClassName
{
border-color: #532D32;
}
.TagClassName
{
border-color: #532D32;
}
</style>