Shades of Camelot #883E4D
Tints of Camelot #883E4D
RGB
CMYK
RGB Variations
Color information
#883E4D (or 0x883E4D) is known color: Camelot. HEX triplet: 88, 3E and 4D. RGB value is (136,62,77). Sum of RGB (Red+Green+Blue) = 136+62+77=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #883E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E4D is #77C1B2. Grayscale: #555555. Windows color (decimal): -7848371 or 5062280. OLE color: 5062280.
HSL color Cylindrical-coordinate representation of color #883E4D: hue angle of 347.84º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E4D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 77 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.47 |
| HSL | 347.84º | 0.37% | 0.39% | - |
| HSV(B) | 347.84º | 0.54% | 0.53% | - |
| XYZ | 13.22 | 9.22 | 8.1 | - |
| YUV | 85.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 77 | 0 | 0.54 | 0.43 | 0.47 | 347.84 | 0.37 | 0.39 |
| Hex | 88 | 3E | 4D | 0 | 36 | 2B | 2F | 15C | 25 | 27 |
| Octal | 210 | 76 | 115 | 0 | 66 | 53 | 57 | 534 | 45 | 47 |
| Binary | 10001000 | 111110 | 1001101 | 0 | 110110 | 101011 | 101111 | 101011100 | 100101 | 100111 |
Color Harmonies of #883E4D
Complementary color
Monochromatic Colors of #883E4D
Black with #883E4D
Text Example
Text Example
White with #883E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E4D; }
p { color: rgb(136,62,77); }
H1.HeaderClassName
{
color: #883E4D;
}
.AnyTagClassName
{
color: #883E4D;
}
</style>
background-color css
<style>
a { background-color: #883E4D; }
a { background-color: rgb(136,62,77); }
div.DivClassName
{
background-color: #883E4D;
}
.BgClassName
{
background-color: #883E4D;
}
</style>
border-color css
<style>
span { border-color: #883E4D; }
span { border-color: rgb(136,62,77); }
td.TdClassName
{
border-color: #883E4D;
}
.TagClassName
{
border-color: #883E4D;
}
</style>