Shades of Camelot #823744
Tints of Camelot #823744
RGB
CMYK
RGB Variations
Color information
#823744 (or 0x823744) is known color: Camelot. HEX triplet: 82, 37 and 44. RGB value is (130,55,68). Sum of RGB (Red+Green+Blue) = 130+55+68=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823744 is #7DC8BB. Grayscale: #4E4E4E. Windows color (decimal): -8243388 or 4470658. OLE color: 4470658.
HSL color Cylindrical-coordinate representation of color #823744: hue angle of 349.6º 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 #823744 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 68 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.49 |
| HSL | 349.6º | 0.41% | 0.36% | - |
| HSV(B) | 349.6º | 0.58% | 0.51% | - |
| XYZ | 11.62 | 7.9 | 6.38 | - |
| YUV | 78.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 68 | 0 | 0.58 | 0.48 | 0.49 | 349.6 | 0.41 | 0.36 |
| Hex | 82 | 37 | 44 | 0 | 3A | 30 | 31 | 15E | 29 | 24 |
| Octal | 202 | 67 | 104 | 0 | 72 | 60 | 61 | 536 | 51 | 44 |
| Binary | 10000010 | 110111 | 1000100 | 0 | 111010 | 110000 | 110001 | 101011110 | 101001 | 100100 |
Color Harmonies of #823744
Complementary color
Monochromatic Colors of #823744
Black with #823744
Text Example
Text Example
White with #823744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823744; }
p { color: rgb(130,55,68); }
H1.HeaderClassName
{
color: #823744;
}
.AnyTagClassName
{
color: #823744;
}
</style>
background-color css
<style>
a { background-color: #823744; }
a { background-color: rgb(130,55,68); }
div.DivClassName
{
background-color: #823744;
}
.BgClassName
{
background-color: #823744;
}
</style>
border-color css
<style>
span { border-color: #823744; }
span { border-color: rgb(130,55,68); }
td.TdClassName
{
border-color: #823744;
}
.TagClassName
{
border-color: #823744;
}
</style>