Shades of Camelot #874356
Tints of Camelot #874356
RGB
CMYK
RGB Variations
Color information
#874356 (or 0x874356) is known color: Camelot. HEX triplet: 87, 43 and 56. RGB value is (135,67,86). Sum of RGB (Red+Green+Blue) = 135+67+86=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874356 is #78BCA9. Grayscale: #595959. Windows color (decimal): -7912618 or 5653383. OLE color: 5653383.
HSL color Cylindrical-coordinate representation of color #874356: hue angle of 343.24º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874356 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 86 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.47 |
| HSL | 343.24º | 0.34% | 0.4% | - |
| HSV(B) | 343.24º | 0.5% | 0.53% | - |
| XYZ | 13.68 | 9.84 | 9.98 | - |
| YUV | 89.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 86 | 0 | 0.50 | 0.36 | 0.47 | 343.24 | 0.34 | 0.4 |
| Hex | 87 | 43 | 56 | 0 | 32 | 24 | 2F | 157 | 22 | 28 |
| Octal | 207 | 103 | 126 | 0 | 62 | 44 | 57 | 527 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1010110 | 0 | 110010 | 100100 | 101111 | 101010111 | 100010 | 101000 |
Color Harmonies of #874356
Complementary color
Monochromatic Colors of #874356
Black with #874356
Text Example
Text Example
White with #874356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874356; }
p { color: rgb(135,67,86); }
H1.HeaderClassName
{
color: #874356;
}
.AnyTagClassName
{
color: #874356;
}
</style>
background-color css
<style>
a { background-color: #874356; }
a { background-color: rgb(135,67,86); }
div.DivClassName
{
background-color: #874356;
}
.BgClassName
{
background-color: #874356;
}
</style>
border-color css
<style>
span { border-color: #874356; }
span { border-color: rgb(135,67,86); }
td.TdClassName
{
border-color: #874356;
}
.TagClassName
{
border-color: #874356;
}
</style>