Shades of Cape Cod #48534F
Tints of Cape Cod #48534F
RGB
CMYK
RGB Variations
Color information
#48534F (or 0x48534F) is known color: Cape Cod. HEX triplet: 48, 53 and 4F. RGB value is (72,83,79). Sum of RGB (Red+Green+Blue) = 72+83+79=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #48534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48534F is #B7ACB0. Grayscale: #4F4F4F. Windows color (decimal): -12037297 or 5198664. OLE color: 5198664.
HSL color Cylindrical-coordinate representation of color #48534F: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48534F is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 79 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.67 |
| HSL | 158.18º | 0.07% | 0.3% | - |
| HSV(B) | 158.18º | 0.13% | 0.33% | - |
| XYZ | 7.18 | 8.13 | 8.59 | - |
| YUV | 79.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 79 | 0.13 | 0 | 0.05 | 0.67 | 158.18 | 0.07 | 0.3 |
| Hex | 48 | 53 | 4F | D | 0 | 5 | 43 | 9E | 7 | 1E |
| Octal | 110 | 123 | 117 | 15 | 0 | 5 | 103 | 236 | 7 | 36 |
| Binary | 1001000 | 1010011 | 1001111 | 1101 | 0 | 101 | 1000011 | 10011110 | 111 | 11110 |
Color Harmonies of #48534F
Complementary color
Monochromatic Colors of #48534F
Black with #48534F
Text Example
Text Example
White with #48534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48534F; }
p { color: rgb(72,83,79); }
H1.HeaderClassName
{
color: #48534F;
}
.AnyTagClassName
{
color: #48534F;
}
</style>
background-color css
<style>
a { background-color: #48534F; }
a { background-color: rgb(72,83,79); }
div.DivClassName
{
background-color: #48534F;
}
.BgClassName
{
background-color: #48534F;
}
</style>
border-color css
<style>
span { border-color: #48534F; }
span { border-color: rgb(72,83,79); }
td.TdClassName
{
border-color: #48534F;
}
.TagClassName
{
border-color: #48534F;
}
</style>