Shades of Camelot #883D47
Tints of Camelot #883D47
RGB
CMYK
RGB Variations
Color information
#883D47 (or 0x883D47) is known color: Camelot. HEX triplet: 88, 3D and 47. RGB value is (136,61,71). Sum of RGB (Red+Green+Blue) = 136+61+71=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #883D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D47 is #77C2B8. Grayscale: #545454. Windows color (decimal): -7848633 or 4668808. OLE color: 4668808.
HSL color Cylindrical-coordinate representation of color #883D47: hue angle of 352º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D47 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 71 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.47 |
| HSL | 352º | 0.38% | 0.39% | - |
| HSV(B) | 352º | 0.55% | 0.53% | - |
| XYZ | 12.96 | 9.03 | 7.02 | - |
| YUV | 84.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 71 | 0 | 0.55 | 0.48 | 0.47 | 352 | 0.38 | 0.39 |
| Hex | 88 | 3D | 47 | 0 | 37 | 30 | 2F | 160 | 26 | 27 |
| Octal | 210 | 75 | 107 | 0 | 67 | 60 | 57 | 540 | 46 | 47 |
| Binary | 10001000 | 111101 | 1000111 | 0 | 110111 | 110000 | 101111 | 101100000 | 100110 | 100111 |
Color Harmonies of #883D47
Complementary color
Monochromatic Colors of #883D47
Black with #883D47
Text Example
Text Example
White with #883D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D47; }
p { color: rgb(136,61,71); }
H1.HeaderClassName
{
color: #883D47;
}
.AnyTagClassName
{
color: #883D47;
}
</style>
background-color css
<style>
a { background-color: #883D47; }
a { background-color: rgb(136,61,71); }
div.DivClassName
{
background-color: #883D47;
}
.BgClassName
{
background-color: #883D47;
}
</style>
border-color css
<style>
span { border-color: #883D47; }
span { border-color: rgb(136,61,71); }
td.TdClassName
{
border-color: #883D47;
}
.TagClassName
{
border-color: #883D47;
}
</style>