Shades of Camelot #893E4D
Tints of Camelot #893E4D
RGB
CMYK
RGB Variations
Color information
#893E4D (or 0x893E4D) is known color: Camelot. HEX triplet: 89, 3E and 4D. RGB value is (137,62,77). Sum of RGB (Red+Green+Blue) = 137+62+77=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #893E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E4D is #76C1B2. Grayscale: #565656. Windows color (decimal): -7782835 or 5062281. OLE color: 5062281.
HSL color Cylindrical-coordinate representation of color #893E4D: hue angle of 348º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E4D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 77 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.46 |
| HSL | 348º | 0.38% | 0.39% | - |
| HSV(B) | 348º | 0.55% | 0.54% | - |
| XYZ | 13.38 | 9.3 | 8.11 | - |
| YUV | 86.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 77 | 0 | 0.55 | 0.44 | 0.46 | 348 | 0.38 | 0.39 |
| Hex | 89 | 3E | 4D | 0 | 37 | 2C | 2E | 15C | 26 | 27 |
| Octal | 211 | 76 | 115 | 0 | 67 | 54 | 56 | 534 | 46 | 47 |
| Binary | 10001001 | 111110 | 1001101 | 0 | 110111 | 101100 | 101110 | 101011100 | 100110 | 100111 |
Color Harmonies of #893E4D
Complementary color
Monochromatic Colors of #893E4D
Black with #893E4D
Text Example
Text Example
White with #893E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E4D; }
p { color: rgb(137,62,77); }
H1.HeaderClassName
{
color: #893E4D;
}
.AnyTagClassName
{
color: #893E4D;
}
</style>
background-color css
<style>
a { background-color: #893E4D; }
a { background-color: rgb(137,62,77); }
div.DivClassName
{
background-color: #893E4D;
}
.BgClassName
{
background-color: #893E4D;
}
</style>
border-color css
<style>
span { border-color: #893E4D; }
span { border-color: rgb(137,62,77); }
td.TdClassName
{
border-color: #893E4D;
}
.TagClassName
{
border-color: #893E4D;
}
</style>