#873A49

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

Shades of Camelot #873A49

Tints of Camelot #873A49

Color information

#873A49 (or 0x873A49) is unknown color: approx Camelot. HEX triplet: 87, 3A and 49. RGB value is (135,58,73). Sum of RGB (Red+Green+Blue) = 135+58+73=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #873A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A49 is #78C5B6. Grayscale: #525252. Windows color (decimal): -7914935 or 4799111. OLE color: 4799111.

HSL color Cylindrical-coordinate representation of color #873A49: hue angle of 348.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A49 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1355873-
CMYK00.570.460.47
HSL348.31º39.9%37.84%-
HSV(B)348.31º57.04%52.94%-
XYZ12.718.667.3-
YUV82.73122.51165.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=50.75%
G=21.80%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135587300.570.460.47348.3139.937.84
Hex873A490392E2F15c2826
Octal2077211107156575345046
Binary1000011111101010010010111001101110101111101011100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,58,73); }

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

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

 a { background-color: rgb(135,58,73); }

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

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

 span { border-color: rgb(135,58,73); }

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