#873E55

Color #873E55 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #873E55

Tints of Camelot #873E55

Color information

#873E55 (or 0x873E55) is unknown color: approx Camelot. HEX triplet: 87, 3E and 55. RGB value is (135,62,85). Sum of RGB (Red+Green+Blue) = 135+62+85=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #873E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E55 is #78C1AA. Grayscale: #565656. Windows color (decimal): -7913899 or 5586567. OLE color: 5586567.

HSL color Cylindrical-coordinate representation of color #873E55: hue angle of 341.1º 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 #873E55 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1356285-
CMYK00.540.370.47
HSL341.1º37.06%38.63%-
HSV(B)341.1º54.07%52.94%-
XYZ13.359.259.68-
YUV86.45127.18162.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=47.87%
G=21.99%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135628500.540.370.47341.137.0638.63
Hex873E55036252F1552527
Octal2077612506645575254547
Binary1000011111111010101010110110100101101111101010101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E55; }

 p { color: rgb(135,62,85); }

 H1.HeaderClassName
 {
   color: #873E55;
 }
 .AnyTagClassName
 {
   color: #873E55;
 }
</style>
background-color css

<style>
 a { background-color: #873E55; }

 a { background-color: rgb(135,62,85); }

 div.DivClassName
 {
   background-color: #873E55;
 }
 .BgClassName
 {
   background-color: #873E55;
 }
</style>
border-color css

<style>
 span { border-color: #873E55; }

 span { border-color: rgb(135,62,85); }

 td.TdClassName
 {
   border-color: #873E55;
 }
 .TagClassName
 {
   border-color: #873E55;
 }
</style>