#873F49

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

Shades of Camelot #873F49

Tints of Camelot #873F49

Color information

#873F49 (or 0x873F49) is unknown color: approx Camelot. HEX triplet: 87, 3F and 49. RGB value is (135,63,73). Sum of RGB (Red+Green+Blue) = 135+63+73=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #873F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F49 is #78C0B6. Grayscale: #555555. Windows color (decimal): -7913655 or 4800391. OLE color: 4800391.

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

Color convert

RGB1356373-
CMYK00.530.460.47
HSL351.67º36.36%38.82%-
HSV(B)351.67º53.33%52.94%-
XYZ12.979.197.39-
YUV85.67120.85163.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=49.82%
G=23.25%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135637300.530.460.47351.6736.3638.82
Hex873F490352E2F1602427
Octal2077711106556575404447
Binary1000011111111110010010110101101110101111101100000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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