Shades of Camelot #853948
Tints of Camelot #853948
RGB
CMYK
RGB Variations
Color information
#853948 (or 0x853948) is known color: Camelot. HEX triplet: 85, 39 and 48. RGB value is (133,57,72). Sum of RGB (Red+Green+Blue) = 133+57+72=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #853948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853948 is #7AC6B7. Grayscale: #515151. Windows color (decimal): -8046264 or 4733317. OLE color: 4733317.
HSL color Cylindrical-coordinate representation of color #853948: hue angle of 348.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853948 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 72 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.48 |
| HSL | 348.16º | 0.4% | 0.37% | - |
| HSV(B) | 348.16º | 0.57% | 0.52% | - |
| XYZ | 12.31 | 8.38 | 7.1 | - |
| YUV | 81.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 72 | 0 | 0.57 | 0.46 | 0.48 | 348.16 | 0.4 | 0.37 |
| Hex | 85 | 39 | 48 | 0 | 39 | 2E | 30 | 15C | 28 | 25 |
| Octal | 205 | 71 | 110 | 0 | 71 | 56 | 60 | 534 | 50 | 45 |
| Binary | 10000101 | 111001 | 1001000 | 0 | 111001 | 101110 | 110000 | 101011100 | 101000 | 100101 |
Color Harmonies of #853948
Complementary color
Monochromatic Colors of #853948
Black with #853948
Text Example
Text Example
White with #853948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853948; }
p { color: rgb(133,57,72); }
H1.HeaderClassName
{
color: #853948;
}
.AnyTagClassName
{
color: #853948;
}
</style>
background-color css
<style>
a { background-color: #853948; }
a { background-color: rgb(133,57,72); }
div.DivClassName
{
background-color: #853948;
}
.BgClassName
{
background-color: #853948;
}
</style>
border-color css
<style>
span { border-color: #853948; }
span { border-color: rgb(133,57,72); }
td.TdClassName
{
border-color: #853948;
}
.TagClassName
{
border-color: #853948;
}
</style>