Shades of Camelot #883645
Tints of Camelot #883645
RGB
CMYK
RGB Variations
Color information
#883645 (or 0x883645) is known color: Camelot. HEX triplet: 88, 36 and 45. RGB value is (136,54,69). Sum of RGB (Red+Green+Blue) = 136+54+69=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #883645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883645 is #77C9BA. Grayscale: #505050. Windows color (decimal): -7850427 or 4535944. OLE color: 4535944.
HSL color Cylindrical-coordinate representation of color #883645: hue angle of 349.02º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883645 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 69 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.47 |
| HSL | 349.02º | 0.43% | 0.37% | - |
| HSV(B) | 349.02º | 0.6% | 0.53% | - |
| XYZ | 12.55 | 8.3 | 6.57 | - |
| YUV | 80.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 69 | 0 | 0.60 | 0.49 | 0.47 | 349.02 | 0.43 | 0.37 |
| Hex | 88 | 36 | 45 | 0 | 3C | 31 | 2F | 15D | 2B | 25 |
| Octal | 210 | 66 | 105 | 0 | 74 | 61 | 57 | 535 | 53 | 45 |
| Binary | 10001000 | 110110 | 1000101 | 0 | 111100 | 110001 | 101111 | 101011101 | 101011 | 100101 |
Color Harmonies of #883645
Complementary color
Monochromatic Colors of #883645
Black with #883645
Text Example
Text Example
White with #883645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883645; }
p { color: rgb(136,54,69); }
H1.HeaderClassName
{
color: #883645;
}
.AnyTagClassName
{
color: #883645;
}
</style>
background-color css
<style>
a { background-color: #883645; }
a { background-color: rgb(136,54,69); }
div.DivClassName
{
background-color: #883645;
}
.BgClassName
{
background-color: #883645;
}
</style>
border-color css
<style>
span { border-color: #883645; }
span { border-color: rgb(136,54,69); }
td.TdClassName
{
border-color: #883645;
}
.TagClassName
{
border-color: #883645;
}
</style>