Shades of Cab Sav #482D2F
Tints of Cab Sav #482D2F
RGB
CMYK
RGB Variations
Color information
#482D2F (or 0x482D2F) is known color: Cab Sav. HEX triplet: 48, 2D and 2F. RGB value is (72,45,47). Sum of RGB (Red+Green+Blue) = 72+45+47=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2F is #B7D2D0. Grayscale: #353535. Windows color (decimal): -12047057 or 3091784. OLE color: 3091784.
HSL color Cylindrical-coordinate representation of color #482D2F: hue angle of 355.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482D2F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 47 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.72 |
| HSL | 355.56º | 0.23% | 0.23% | - |
| HSV(B) | 355.56º | 0.38% | 0.28% | - |
| XYZ | 4.12 | 3.46 | 3.14 | - |
| YUV | 53.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 47 | 0 | 0.38 | 0.35 | 0.72 | 355.56 | 0.23 | 0.23 |
| Hex | 48 | 2D | 2F | 0 | 26 | 23 | 48 | 164 | 17 | 17 |
| Octal | 110 | 55 | 57 | 0 | 46 | 43 | 110 | 544 | 27 | 27 |
| Binary | 1001000 | 101101 | 101111 | 0 | 100110 | 100011 | 1001000 | 101100100 | 10111 | 10111 |
Color Harmonies of #482D2F
Complementary color
Monochromatic Colors of #482D2F
Black with #482D2F
Text Example
Text Example
White with #482D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D2F; }
p { color: rgb(72,45,47); }
H1.HeaderClassName
{
color: #482D2F;
}
.AnyTagClassName
{
color: #482D2F;
}
</style>
background-color css
<style>
a { background-color: #482D2F; }
a { background-color: rgb(72,45,47); }
div.DivClassName
{
background-color: #482D2F;
}
.BgClassName
{
background-color: #482D2F;
}
</style>
border-color css
<style>
span { border-color: #482D2F; }
span { border-color: rgb(72,45,47); }
td.TdClassName
{
border-color: #482D2F;
}
.TagClassName
{
border-color: #482D2F;
}
</style>