Shades of San Juan #48575E
Tints of San Juan #48575E
RGB
CMYK
RGB Variations
Color information
#48575E (or 0x48575E) is known color: San Juan. HEX triplet: 48, 57 and 5E. RGB value is (72,87,94). Sum of RGB (Red+Green+Blue) = 72+87+94=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #48575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48575E is #B7A8A1. Grayscale: #535353. Windows color (decimal): -12036258 or 6182728. OLE color: 6182728.
HSL color Cylindrical-coordinate representation of color #48575E: hue angle of 199.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48575E is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 87 | 94 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.63 |
| HSL | 199.09º | 0.13% | 0.33% | - |
| HSV(B) | 199.09º | 0.23% | 0.37% | - |
| XYZ | 8.1 | 9 | 11.9 | - |
| YUV | 83.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 94 | 0.23 | 0.07 | 0 | 0.63 | 199.09 | 0.13 | 0.33 |
| Hex | 48 | 57 | 5E | 17 | 7 | 0 | 3F | C7 | D | 21 |
| Octal | 110 | 127 | 136 | 27 | 7 | 0 | 77 | 307 | 15 | 41 |
| Binary | 1001000 | 1010111 | 1011110 | 10111 | 111 | 0 | 111111 | 11000111 | 1101 | 100001 |
Color Harmonies of #48575E
Complementary color
Monochromatic Colors of #48575E
Black with #48575E
Text Example
Text Example
White with #48575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48575E; }
p { color: rgb(72,87,94); }
H1.HeaderClassName
{
color: #48575E;
}
.AnyTagClassName
{
color: #48575E;
}
</style>
background-color css
<style>
a { background-color: #48575E; }
a { background-color: rgb(72,87,94); }
div.DivClassName
{
background-color: #48575E;
}
.BgClassName
{
background-color: #48575E;
}
</style>
border-color css
<style>
span { border-color: #48575E; }
span { border-color: rgb(72,87,94); }
td.TdClassName
{
border-color: #48575E;
}
.TagClassName
{
border-color: #48575E;
}
</style>