#873D49

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

Shades of Camelot #873D49

Tints of Camelot #873D49

Color information

#873D49 (or 0x873D49) is unknown color: approx Camelot. HEX triplet: 87, 3D and 49. RGB value is (135,61,73). Sum of RGB (Red+Green+Blue) = 135+61+73=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #873D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D49 is #78C2B6. Grayscale: #545454. Windows color (decimal): -7914167 or 4799879. OLE color: 4799879.

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

Color convert

RGB1356173-
CMYK00.550.460.47
HSL350.27º37.76%38.43%-
HSV(B)350.27º54.81%52.94%-
XYZ12.868.977.36-
YUV84.49121.52164.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=50.19%
G=22.68%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135617300.550.460.47350.2737.7638.43
Hex873D490372E2F15e2626
Octal2077511106756575364646
Binary1000011111110110010010110111101110101111101011110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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