Shades of Camelot #733845
Tints of Camelot #733845
RGB
CMYK
RGB Variations
Color information
#733845 (or 0x733845) is known color: Camelot. HEX triplet: 73, 38 and 45. RGB value is (115,56,69). Sum of RGB (Red+Green+Blue) = 115+56+69=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #733845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733845 is #8CC7BA. Grayscale: #4B4B4B. Windows color (decimal): -9226171 or 4536435. OLE color: 4536435.
HSL color Cylindrical-coordinate representation of color #733845: hue angle of 346.78º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #733845 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 69 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.55 |
| HSL | 346.78º | 0.35% | 0.34% | - |
| HSV(B) | 346.78º | 0.51% | 0.45% | - |
| XYZ | 9.56 | 6.9 | 6.46 | - |
| YUV | 75.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 69 | 0 | 0.51 | 0.4 | 0.55 | 346.78 | 0.35 | 0.34 |
| Hex | 73 | 38 | 45 | 0 | 33 | 28 | 37 | 15B | 23 | 22 |
| Octal | 163 | 70 | 105 | 0 | 63 | 50 | 67 | 533 | 43 | 42 |
| Binary | 1110011 | 111000 | 1000101 | 0 | 110011 | 101000 | 110111 | 101011011 | 100011 | 100010 |
Color Harmonies of #733845
Complementary color
Monochromatic Colors of #733845
Black with #733845
Text Example
Text Example
White with #733845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733845; }
p { color: rgb(115,56,69); }
H1.HeaderClassName
{
color: #733845;
}
.AnyTagClassName
{
color: #733845;
}
</style>
background-color css
<style>
a { background-color: #733845; }
a { background-color: rgb(115,56,69); }
div.DivClassName
{
background-color: #733845;
}
.BgClassName
{
background-color: #733845;
}
</style>
border-color css
<style>
span { border-color: #733845; }
span { border-color: rgb(115,56,69); }
td.TdClassName
{
border-color: #733845;
}
.TagClassName
{
border-color: #733845;
}
</style>