Shades of Camelot #883845
Tints of Camelot #883845
RGB
CMYK
RGB Variations
Color information
#883845 (or 0x883845) is known color: Camelot. HEX triplet: 88, 38 and 45. RGB value is (136,56,69). Sum of RGB (Red+Green+Blue) = 136+56+69=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #883845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883845 is #77C7BA. Grayscale: #515151. Windows color (decimal): -7849915 or 4536456. OLE color: 4536456.
HSL color Cylindrical-coordinate representation of color #883845: hue angle of 350.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883845 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 69 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.47 |
| HSL | 350.25º | 0.42% | 0.38% | - |
| HSV(B) | 350.25º | 0.59% | 0.53% | - |
| XYZ | 12.64 | 8.49 | 6.6 | - |
| YUV | 81.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 69 | 0 | 0.59 | 0.49 | 0.47 | 350.25 | 0.42 | 0.38 |
| Hex | 88 | 38 | 45 | 0 | 3B | 31 | 2F | 15E | 2A | 26 |
| Octal | 210 | 70 | 105 | 0 | 73 | 61 | 57 | 536 | 52 | 46 |
| Binary | 10001000 | 111000 | 1000101 | 0 | 111011 | 110001 | 101111 | 101011110 | 101010 | 100110 |
Color Harmonies of #883845
Complementary color
Monochromatic Colors of #883845
Black with #883845
Text Example
Text Example
White with #883845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883845; }
p { color: rgb(136,56,69); }
H1.HeaderClassName
{
color: #883845;
}
.AnyTagClassName
{
color: #883845;
}
</style>
background-color css
<style>
a { background-color: #883845; }
a { background-color: rgb(136,56,69); }
div.DivClassName
{
background-color: #883845;
}
.BgClassName
{
background-color: #883845;
}
</style>
border-color css
<style>
span { border-color: #883845; }
span { border-color: rgb(136,56,69); }
td.TdClassName
{
border-color: #883845;
}
.TagClassName
{
border-color: #883845;
}
</style>