Shades of Camelot #834957
Tints of Camelot #834957
RGB
CMYK
RGB Variations
Color information
#834957 (or 0x834957) is known color: Camelot. HEX triplet: 83, 49 and 57. RGB value is (131,73,87). Sum of RGB (Red+Green+Blue) = 131+73+87=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #834957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834957 is #7CB6A8. Grayscale: #5B5B5B. Windows color (decimal): -8173225 or 5720451. OLE color: 5720451.
HSL color Cylindrical-coordinate representation of color #834957: hue angle of 345.52º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834957 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 73 | 87 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.49 |
| HSL | 345.52º | 0.28% | 0.4% | - |
| HSV(B) | 345.52º | 0.44% | 0.51% | - |
| XYZ | 13.46 | 10.28 | 10.29 | - |
| YUV | 91.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 87 | 0 | 0.44 | 0.34 | 0.49 | 345.52 | 0.28 | 0.4 |
| Hex | 83 | 49 | 57 | 0 | 2C | 22 | 31 | 15A | 1C | 28 |
| Octal | 203 | 111 | 127 | 0 | 54 | 42 | 61 | 532 | 34 | 50 |
| Binary | 10000011 | 1001001 | 1010111 | 0 | 101100 | 100010 | 110001 | 101011010 | 11100 | 101000 |
Color Harmonies of #834957
Complementary color
Monochromatic Colors of #834957
Black with #834957
Text Example
Text Example
White with #834957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834957; }
p { color: rgb(131,73,87); }
H1.HeaderClassName
{
color: #834957;
}
.AnyTagClassName
{
color: #834957;
}
</style>
background-color css
<style>
a { background-color: #834957; }
a { background-color: rgb(131,73,87); }
div.DivClassName
{
background-color: #834957;
}
.BgClassName
{
background-color: #834957;
}
</style>
border-color css
<style>
span { border-color: #834957; }
span { border-color: rgb(131,73,87); }
td.TdClassName
{
border-color: #834957;
}
.TagClassName
{
border-color: #834957;
}
</style>