Shades of Camelot #823745
Tints of Camelot #823745
RGB
CMYK
RGB Variations
Color information
#823745 (or 0x823745) is known color: Camelot. HEX triplet: 82, 37 and 45. RGB value is (130,55,69). Sum of RGB (Red+Green+Blue) = 130+55+69=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #823745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823745 is #7DC8BA. Grayscale: #4F4F4F. Windows color (decimal): -8243387 or 4536194. OLE color: 4536194.
HSL color Cylindrical-coordinate representation of color #823745: hue angle of 348.8º 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 #823745 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 69 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.49 |
| HSL | 348.8º | 0.41% | 0.36% | - |
| HSV(B) | 348.8º | 0.58% | 0.51% | - |
| XYZ | 11.65 | 7.91 | 6.54 | - |
| YUV | 79.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 69 | 0 | 0.58 | 0.47 | 0.49 | 348.8 | 0.41 | 0.36 |
| Hex | 82 | 37 | 45 | 0 | 3A | 2F | 31 | 15D | 29 | 24 |
| Octal | 202 | 67 | 105 | 0 | 72 | 57 | 61 | 535 | 51 | 44 |
| Binary | 10000010 | 110111 | 1000101 | 0 | 111010 | 101111 | 110001 | 101011101 | 101001 | 100100 |
Color Harmonies of #823745
Complementary color
Monochromatic Colors of #823745
Black with #823745
Text Example
Text Example
White with #823745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823745; }
p { color: rgb(130,55,69); }
H1.HeaderClassName
{
color: #823745;
}
.AnyTagClassName
{
color: #823745;
}
</style>
background-color css
<style>
a { background-color: #823745; }
a { background-color: rgb(130,55,69); }
div.DivClassName
{
background-color: #823745;
}
.BgClassName
{
background-color: #823745;
}
</style>
border-color css
<style>
span { border-color: #823745; }
span { border-color: rgb(130,55,69); }
td.TdClassName
{
border-color: #823745;
}
.TagClassName
{
border-color: #823745;
}
</style>