Shades of Cape Cod #48524D
Tints of Cape Cod #48524D
RGB
CMYK
RGB Variations
Color information
#48524D (or 0x48524D) is known color: Cape Cod. HEX triplet: 48, 52 and 4D. RGB value is (72,82,77). Sum of RGB (Red+Green+Blue) = 72+82+77=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #48524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48524D is #B7ADB2. Grayscale: #4E4E4E. Windows color (decimal): -12037555 or 5067336. OLE color: 5067336.
HSL color Cylindrical-coordinate representation of color #48524D: hue angle of 150º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48524D is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 77 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.68 |
| HSL | 150º | 0.06% | 0.3% | - |
| HSV(B) | 150º | 0.12% | 0.32% | - |
| XYZ | 7.03 | 7.95 | 8.18 | - |
| YUV | 78.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 77 | 0.12 | 0 | 0.06 | 0.68 | 150 | 0.06 | 0.3 |
| Hex | 48 | 52 | 4D | C | 0 | 6 | 44 | 96 | 6 | 1E |
| Octal | 110 | 122 | 115 | 14 | 0 | 6 | 104 | 226 | 6 | 36 |
| Binary | 1001000 | 1010010 | 1001101 | 1100 | 0 | 110 | 1000100 | 10010110 | 110 | 11110 |
Color Harmonies of #48524D
Complementary color
Monochromatic Colors of #48524D
Black with #48524D
Text Example
Text Example
White with #48524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48524D; }
p { color: rgb(72,82,77); }
H1.HeaderClassName
{
color: #48524D;
}
.AnyTagClassName
{
color: #48524D;
}
</style>
background-color css
<style>
a { background-color: #48524D; }
a { background-color: rgb(72,82,77); }
div.DivClassName
{
background-color: #48524D;
}
.BgClassName
{
background-color: #48524D;
}
</style>
border-color css
<style>
span { border-color: #48524D; }
span { border-color: rgb(72,82,77); }
td.TdClassName
{
border-color: #48524D;
}
.TagClassName
{
border-color: #48524D;
}
</style>