#873849

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

Shades of Camelot #873849

Tints of Camelot #873849

Color information

#873849 (or 0x873849) is unknown color: approx Camelot. HEX triplet: 87, 38 and 49. RGB value is (135,56,73). Sum of RGB (Red+Green+Blue) = 135+56+73=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #873849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873849 is #78C7B6. Grayscale: #515151. Windows color (decimal): -7915447 or 4798599. OLE color: 4798599.

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

Color convert

RGB1355673-
CMYK00.590.460.47
HSL347.09º41.36%37.45%-
HSV(B)347.09º58.52%52.94%-
XYZ12.618.467.27-
YUV81.56123.17166.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=51.14%
G=21.21%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135567300.590.460.47347.0941.3637.45
Hex87384903B2E2F15b2925
Octal2077011107356575335145
Binary1000011111100010010010111011101110101111101011011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873849; }

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

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

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

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

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

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

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

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