Shades of Camelot #753E49
Tints of Camelot #753E49
RGB
CMYK
RGB Variations
Color information
#753E49 (or 0x753E49) is known color: Camelot. HEX triplet: 75, 3E and 49. RGB value is (117,62,73). Sum of RGB (Red+Green+Blue) = 117+62+73=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E49 is #8AC1B6. Grayscale: #4F4F4F. Windows color (decimal): -9093559 or 4800117. OLE color: 4800117.
HSL color Cylindrical-coordinate representation of color #753E49: hue angle of 348º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E49 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 73 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.54 |
| HSL | 348º | 0.31% | 0.35% | - |
| HSV(B) | 348º | 0.47% | 0.46% | - |
| XYZ | 10.26 | 7.71 | 7.25 | - |
| YUV | 79.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 73 | 0 | 0.47 | 0.38 | 0.54 | 348 | 0.31 | 0.35 |
| Hex | 75 | 3E | 49 | 0 | 2F | 26 | 36 | 15C | 1F | 23 |
| Octal | 165 | 76 | 111 | 0 | 57 | 46 | 66 | 534 | 37 | 43 |
| Binary | 1110101 | 111110 | 1001001 | 0 | 101111 | 100110 | 110110 | 101011100 | 11111 | 100011 |
Color Harmonies of #753E49
Complementary color
Monochromatic Colors of #753E49
Black with #753E49
Text Example
Text Example
White with #753E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E49; }
p { color: rgb(117,62,73); }
H1.HeaderClassName
{
color: #753E49;
}
.AnyTagClassName
{
color: #753E49;
}
</style>
background-color css
<style>
a { background-color: #753E49; }
a { background-color: rgb(117,62,73); }
div.DivClassName
{
background-color: #753E49;
}
.BgClassName
{
background-color: #753E49;
}
</style>
border-color css
<style>
span { border-color: #753E49; }
span { border-color: rgb(117,62,73); }
td.TdClassName
{
border-color: #753E49;
}
.TagClassName
{
border-color: #753E49;
}
</style>