Shades of Camelot #823748
Tints of Camelot #823748
RGB
CMYK
RGB Variations
Color information
#823748 (or 0x823748) is known color: Camelot. HEX triplet: 82, 37 and 48. RGB value is (130,55,72). Sum of RGB (Red+Green+Blue) = 130+55+72=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #823748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823748 is #7DC8B7. Grayscale: #4F4F4F. Windows color (decimal): -8243384 or 4732802. OLE color: 4732802.
HSL color Cylindrical-coordinate representation of color #823748: hue angle of 346.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823748 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 72 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.49 |
| HSL | 346.4º | 0.41% | 0.36% | - |
| HSV(B) | 346.4º | 0.58% | 0.51% | - |
| XYZ | 11.74 | 7.95 | 7.05 | - |
| YUV | 79.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 72 | 0 | 0.58 | 0.45 | 0.49 | 346.4 | 0.41 | 0.36 |
| Hex | 82 | 37 | 48 | 0 | 3A | 2D | 31 | 15A | 29 | 24 |
| Octal | 202 | 67 | 110 | 0 | 72 | 55 | 61 | 532 | 51 | 44 |
| Binary | 10000010 | 110111 | 1001000 | 0 | 111010 | 101101 | 110001 | 101011010 | 101001 | 100100 |
Color Harmonies of #823748
Complementary color
Monochromatic Colors of #823748
Black with #823748
Text Example
Text Example
White with #823748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823748; }
p { color: rgb(130,55,72); }
H1.HeaderClassName
{
color: #823748;
}
.AnyTagClassName
{
color: #823748;
}
</style>
background-color css
<style>
a { background-color: #823748; }
a { background-color: rgb(130,55,72); }
div.DivClassName
{
background-color: #823748;
}
.BgClassName
{
background-color: #823748;
}
</style>
border-color css
<style>
span { border-color: #823748; }
span { border-color: rgb(130,55,72); }
td.TdClassName
{
border-color: #823748;
}
.TagClassName
{
border-color: #823748;
}
</style>