#873646

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

Shades of Camelot #873646

Tints of Camelot #873646

Color information

#873646 (or 0x873646) is unknown color: approx Camelot. HEX triplet: 87, 36 and 46. RGB value is (135,54,70). Sum of RGB (Red+Green+Blue) = 135+54+70=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #873646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873646 is #78C9B9. Grayscale: #505050. Windows color (decimal): -7915962 or 4601479. OLE color: 4601479.

HSL color Cylindrical-coordinate representation of color #873646: hue angle of 348.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873646 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1355470-
CMYK00.600.480.47
HSL348.15º42.86%37.06%-
HSV(B)348.15º60%52.94%-
XYZ12.428.236.73-
YUV80.04122.34167.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=52.12%
G=20.85%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135547000.600.480.47348.1542.8637.06
Hex87364603C302F15c2b25
Octal2076610607460575345345
Binary1000011111011010001100111100110000101111101011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873646; }

 p { color: rgb(135,54,70); }

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

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

 a { background-color: rgb(135,54,70); }

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

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

 span { border-color: rgb(135,54,70); }

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