Shades of Cab Sav #4B2F32
Tints of Cab Sav #4B2F32
RGB
CMYK
RGB Variations
Color information
#4B2F32 (or 0x4B2F32) is known color: Cab Sav. HEX triplet: 4B, 2F and 32. RGB value is (75,47,50). Sum of RGB (Red+Green+Blue) = 75+47+50=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F32 is #B4D0CD. Grayscale: #373737. Windows color (decimal): -11849934 or 3288907. OLE color: 3288907.
HSL color Cylindrical-coordinate representation of color #4B2F32: hue angle of 353.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B2F32 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 47 | 50 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.71 |
| HSL | 353.57º | 0.23% | 0.24% | - |
| HSV(B) | 353.57º | 0.37% | 0.29% | - |
| XYZ | 4.49 | 3.76 | 3.51 | - |
| YUV | 55.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 50 | 0 | 0.37 | 0.33 | 0.71 | 353.57 | 0.23 | 0.24 |
| Hex | 4B | 2F | 32 | 0 | 25 | 21 | 47 | 162 | 17 | 18 |
| Octal | 113 | 57 | 62 | 0 | 45 | 41 | 107 | 542 | 27 | 30 |
| Binary | 1001011 | 101111 | 110010 | 0 | 100101 | 100001 | 1000111 | 101100010 | 10111 | 11000 |
Color Harmonies of #4B2F32
Complementary color
Monochromatic Colors of #4B2F32
Black with #4B2F32
Text Example
Text Example
White with #4B2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F32; }
p { color: rgb(75,47,50); }
H1.HeaderClassName
{
color: #4B2F32;
}
.AnyTagClassName
{
color: #4B2F32;
}
</style>
background-color css
<style>
a { background-color: #4B2F32; }
a { background-color: rgb(75,47,50); }
div.DivClassName
{
background-color: #4B2F32;
}
.BgClassName
{
background-color: #4B2F32;
}
</style>
border-color css
<style>
span { border-color: #4B2F32; }
span { border-color: rgb(75,47,50); }
td.TdClassName
{
border-color: #4B2F32;
}
.TagClassName
{
border-color: #4B2F32;
}
</style>